Uses of Class
org.wso2.carbon.cloud.gateway.common.thrift.gen.Message
-
Packages that use Message Package Description org.wso2.carbon.cloud.gateway.common org.wso2.carbon.cloud.gateway.common.thrift org.wso2.carbon.cloud.gateway.common.thrift.gen -
-
Uses of Message in org.wso2.carbon.cloud.gateway.common
Method parameters in org.wso2.carbon.cloud.gateway.common with type arguments of type Message Modifier and Type Method Description static void
CGUtils. moveElements(BlockingQueue<Message> src, List<Message> dest, int blockSize)
Move elements between buffers.static void
CGUtils. moveElements(BlockingQueue<Message> src, List<Message> dest, int blockSize)
Move elements between buffers. -
Uses of Message in org.wso2.carbon.cloud.gateway.common.thrift
Methods in org.wso2.carbon.cloud.gateway.common.thrift that return types with arguments of type Message Modifier and Type Method Description List<Message>
CGThriftClient. exchange(List<Message> src, int size, String token)
The exchange operation, this will pass the response buffer to the server and will receive request buffer from the serverMethod parameters in org.wso2.carbon.cloud.gateway.common.thrift with type arguments of type Message Modifier and Type Method Description List<Message>
CGThriftClient. exchange(List<Message> src, int size, String token)
The exchange operation, this will pass the response buffer to the server and will receive request buffer from the server -
Uses of Message in org.wso2.carbon.cloud.gateway.common.thrift.gen
Fields in org.wso2.carbon.cloud.gateway.common.thrift.gen with type parameters of type Message Modifier and Type Field Description List<Message>
CloudGatewayService.exchange_args. src
List<Message>
CloudGatewayService.exchange_result. success
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return Message Modifier and Type Method Description Message
Message. deepCopy()
Message
Message. setContentType(String contentType)
Message
Message. setEpoch(long epoch)
Message
Message. setHttpMethod(String httpMethod)
Message
Message. setIncomingTransport(String incomingTransport)
Message
Message. setIsDoingMTOM(boolean isDoingMTOM)
Message
Message. setIsDoingREST(boolean isDoingREST)
Message
Message. setIsDoingSwA(boolean isDoingSwA)
Message
Message. setMessage(byte[] message)
Message
Message. setMessage(ByteBuffer message)
Message
Message. setMessageId(String messageId)
Message
Message. setRequestURI(String requestURI)
Message
Message. setSoapAction(String soapAction)
Message
Message. setTransportHeaders(Map<String,String> transportHeaders)
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return types with arguments of type Message Modifier and Type Method Description List<Message>
CloudGatewayService.Client. exchange(List<Message> src, int size, String token)
List<Message>
CloudGatewayService.Iface. exchange(List<Message> src, int size, String token)
List<Message>
CloudGatewayService.AsyncClient.exchange_call. getResult()
org.apache.thrift.async.AsyncMethodCallback<List<Message>>
CloudGatewayService.AsyncProcessor.exchange. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
List<Message>
CloudGatewayService.exchange_args. getSrc()
Iterator<Message>
CloudGatewayService.exchange_args. getSrcIterator()
List<Message>
CloudGatewayService.exchange_result. getSuccess()
Iterator<Message>
CloudGatewayService.exchange_result. getSuccessIterator()
List<Message>
CloudGatewayService.Client. recv_exchange()
Methods in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type Message Modifier and Type Method Description void
CloudGatewayService.exchange_args. addToSrc(Message elem)
void
CloudGatewayService.exchange_result. addToSuccess(Message elem)
int
Message. compareTo(Message other)
boolean
Message. equals(Message that)
Method parameters in org.wso2.carbon.cloud.gateway.common.thrift.gen with type arguments of type Message Modifier and Type Method Description void
CloudGatewayService.AsyncClient. exchange(List<Message> src, int size, String token, org.apache.thrift.async.AsyncMethodCallback resultHandler)
void
CloudGatewayService.AsyncIface. exchange(List<Message> src, int size, String token, org.apache.thrift.async.AsyncMethodCallback resultHandler)
List<Message>
CloudGatewayService.Client. exchange(List<Message> src, int size, String token)
List<Message>
CloudGatewayService.Iface. exchange(List<Message> src, int size, String token)
void
CloudGatewayService.Client. send_exchange(List<Message> src, int size, String token)
CloudGatewayService.exchange_args
CloudGatewayService.exchange_args. setSrc(List<Message> src)
CloudGatewayService.exchange_result
CloudGatewayService.exchange_result. setSuccess(List<Message> success)
void
CloudGatewayService.AsyncProcessor.exchange. start(I iface, CloudGatewayService.exchange_args args, org.apache.thrift.async.AsyncMethodCallback<List<Message>> resultHandler)
Constructors in org.wso2.carbon.cloud.gateway.common.thrift.gen with parameters of type Message Constructor Description Message(Message other)
Performs a deep copy on other.Constructor parameters in org.wso2.carbon.cloud.gateway.common.thrift.gen with type arguments of type Message Constructor Description exchange_args(List<Message> src, int size, String token)
exchange_call(List<Message> src, int size, String token, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
exchange_result(List<Message> success, NotAuthorizedException e)
-