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 voidCGUtils. moveElements(BlockingQueue<Message> src, List<Message> dest, int blockSize)Move elements between buffers.static voidCGUtils. 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. srcList<Message>CloudGatewayService.exchange_result. successMethods in org.wso2.carbon.cloud.gateway.common.thrift.gen that return Message Modifier and Type Method Description MessageMessage. deepCopy()MessageMessage. setContentType(String contentType)MessageMessage. setEpoch(long epoch)MessageMessage. setHttpMethod(String httpMethod)MessageMessage. setIncomingTransport(String incomingTransport)MessageMessage. setIsDoingMTOM(boolean isDoingMTOM)MessageMessage. setIsDoingREST(boolean isDoingREST)MessageMessage. setIsDoingSwA(boolean isDoingSwA)MessageMessage. setMessage(byte[] message)MessageMessage. setMessage(ByteBuffer message)MessageMessage. setMessageId(String messageId)MessageMessage. setRequestURI(String requestURI)MessageMessage. setSoapAction(String soapAction)MessageMessage. 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 voidCloudGatewayService.exchange_args. addToSrc(Message elem)voidCloudGatewayService.exchange_result. addToSuccess(Message elem)intMessage. compareTo(Message other)booleanMessage. 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 voidCloudGatewayService.AsyncClient. exchange(List<Message> src, int size, String token, org.apache.thrift.async.AsyncMethodCallback resultHandler)voidCloudGatewayService.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)voidCloudGatewayService.Client. send_exchange(List<Message> src, int size, String token)CloudGatewayService.exchange_argsCloudGatewayService.exchange_args. setSrc(List<Message> src)CloudGatewayService.exchange_resultCloudGatewayService.exchange_result. setSuccess(List<Message> success)voidCloudGatewayService.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)
-