|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |