Uses of Class
org.restlet.ext.nio.internal.way.EntityType
-
Packages that use EntityType Package Description org.restlet.ext.nio.internal.way -
-
Uses of EntityType in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as EntityType Modifier and Type Field Description private EntityTypeOutboundWay. entityChannelTypeDeprecated.The type of the entity channel.Methods in org.restlet.ext.nio.internal.way that return EntityType Modifier and Type Method Description protected EntityTypeOutboundWay. getEntityChannelType()Deprecated.Returns the type of the entity channel.static EntityTypeEntityType. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restlet.ext.nio.internal.way with parameters of type EntityType Modifier and Type Method Description protected voidOutboundWay. setEntityChannelType(EntityType entityChannelType)Deprecated.Sets the type of the entity channel.
-