Uses of Class
org.apache.mina.filter.reqres.ResponseType

Packages that use ResponseType
org.apache.mina.filter.reqres   
 

Uses of ResponseType in org.apache.mina.filter.reqres
 

Methods in org.apache.mina.filter.reqres that return ResponseType
 ResponseType ResponseInspector.getResponseType(Object message)
           
 ResponseType Response.getType()
           
static ResponseType ResponseType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseType[] ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.mina.filter.reqres with parameters of type ResponseType
Response(Request request, Object message, ResponseType type)
           
 



Copyright © 2004-2010 Apache MINA Project. All Rights Reserved.