Uses of Class
org.restlet.engine.connector.EntityType

Packages that use EntityType
org.restlet.engine.connector New advanced internal HTTP connector. 
 

Uses of EntityType in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return EntityType
protected  EntityType OutboundWay.getEntityChannelType()
          Returns the type of the entity channel.
static EntityType EntityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityType[] EntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.engine.connector with parameters of type EntityType
protected  void OutboundWay.setEntityChannelType(EntityType entityChannelType)
          Sets the type of the entity channel.
 



Copyright © 2005-2013 Restlet.