Uses of Class
com.wordnik.swaggersocket.protocol.Response

Uses of Response in com.wordnik.swaggersocket.protocol
 

Methods in com.wordnik.swaggersocket.protocol that return Response
 Response Response.Builder.build()
           
 

Methods in com.wordnik.swaggersocket.protocol that return types with arguments of type Response
 List<Response> ResponseMessage.getResponses()
           
 

Methods in com.wordnik.swaggersocket.protocol with parameters of type Response
 ResponseMessage ResponseMessage.response(Response response)
           
 

Method parameters in com.wordnik.swaggersocket.protocol with type arguments of type Response
 void ResponseMessage.setResponses(List<Response> responses)
           
 

Constructors in com.wordnik.swaggersocket.protocol with parameters of type Response
ResponseMessage(String identity, Response response)
           
 



Copyright © 2012. All Rights Reserved.