Uses of Class
com.pkrete.jsip2.variables.MediaType

Packages that use MediaType
com.pkrete.jsip2.messages   
com.pkrete.jsip2.variables   
 

Uses of MediaType in com.pkrete.jsip2.messages
 

Fields in com.pkrete.jsip2.messages declared as MediaType
protected  MediaType SIP2MessageResponse.mediaType
          Media type of the item.
 

Methods in com.pkrete.jsip2.messages that return MediaType
 MediaType SIP2MessageResponse.getMediaType()
          Returns the media type of the item.
 

Methods in com.pkrete.jsip2.messages with parameters of type MediaType
 void SIP2MessageResponse.setMediaType(MediaType mediaType)
          Sets the media type of the item
 

Uses of MediaType in com.pkrete.jsip2.variables
 

Methods in com.pkrete.jsip2.variables that return MediaType
 MediaType MediaTypeFactory.getMediaType(String code)
          Returns the media type that matches the given code.
static MediaType MediaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaType[] MediaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2014. All Rights Reserved.