| Modifier and Type | Method and Description |
|---|---|
WireMessage |
OpenFlowWireMessageEncoder.encode() |
WireMessage |
XAWireMessageEncoder.encode() |
WireMessage |
WireMessageEncoder.encode() |
abstract WireMessage |
SessionModeSupport.performDeleteEndpointCommad(WireMessage del_ep_command) |
WireMessage |
SessionModeSupportClient.performDeleteEndpointCommad(WireMessage delEpCommand) |
abstract WireMessage |
SessionModeSupport.performProvisionEndpointCommand(WireMessage prov_ep_command) |
WireMessage |
SessionModeSupportClient.performProvisionEndpointCommand(WireMessage provEpCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCSMPXMLMessageProducer.handleAsyncCloseFlow(WireMessage message) |
void |
JCSMPXMLMessageProducer.handlePubMsgResponse(WireMessage resp) |
abstract WireMessage |
SessionModeSupport.performDeleteEndpointCommad(WireMessage del_ep_command) |
WireMessage |
SessionModeSupportClient.performDeleteEndpointCommad(WireMessage delEpCommand) |
abstract WireMessage |
SessionModeSupport.performProvisionEndpointCommand(WireMessage prov_ep_command) |
WireMessage |
SessionModeSupportClient.performProvisionEndpointCommand(WireMessage provEpCommand) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
ClientRequestResponse.getRequest() |
WireMessage |
ClientRequestResponse.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequestResponse.execute(WireMessage response) |
void |
ClientRequestResponse.setRequest(WireMessage msg) |
| Constructor and Description |
|---|
ClientRequestResponse(WireMessage request,
ContextImpl ctx) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
FlowHandleImpl.tpCreateAck() |
WireMessage |
FlowHandle.tpCreateAck() |
static WireMessage |
FlowSmfUtil.tpCreateAck(long flowId,
long tpMsgId,
int winSz) |
WireMessage |
FlowHandleImpl.tpCreateStopAck() |
WireMessage |
FlowHandle.tpCreateStopAck() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubFlowManagerImpl.handleAssuredCtrlMessage(WireMessage wmsg) |
void |
SubFlowManagerImpl.handleAssuredFlowChangeUpdateMessage(WireMessage wmsg) |
void |
PubFlowManager.handleAsyncCloseFlow(WireMessage message) |
void |
PubFlowManager.handlePubMsgResponse(WireMessage resp) |
void |
FlowHandleImpl.tpSendAck(WireMessage ackMsg,
boolean allowOnStateSub,
boolean allowReactorComplete) |
void |
FlowHandle.tpSendAck(WireMessage ackMsg,
boolean allowOnStateSub,
boolean allowReactorComplete) |
static void |
FlowSmfUtil.tpSetupAck(WireMessage wm,
SMFHeaderBean smf,
AssuredCtrlHeaderBean ad,
long flowId,
long tpMsgId,
int winSz)
RESETS INPUT CONTAINERS AND SETS THEM UP FOR TRANSPORT ACK
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactedSessionManager.handleAsyncAssuredCtrlMessage(WireMessage wmsg) |
void |
TransactedSessionManagerSmf.handleAsyncAssuredCtrlMessage(WireMessage wmsg) |
| Modifier and Type | Method and Description |
|---|---|
void |
XASessionManager.handleAsyncAssuredCtrlMessage(WireMessage wmsg) |
void |
XAResourceImpl.handleAsyncAssuredCtrlMessage(WireMessage wmsg)
Handled in the reactor thread.
|
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
WireMessage.addHeaderBean(HeaderDescriptionBean h) |
WireMessage |
WireMessage.setPayload(byte[] payload) |
WireMessage |
WireMessage.setSmfHeader(SMFHeaderBean smfHeader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CSMPSubscriberChannel.enqueuePriorityData(WireMessage msg) |
void |
CSMPPublisherChannelObserver.handleAsyncCloseFlow(WireMessage message) |
void |
CSMPPublisherChannelObserver.handlePubMsgResponse(WireMessage resp) |
void |
WireMessageHandler.readMessage(InputStream istr,
WireMessage msg) |
int |
CSMPSubscriberChannel.sendAckMessage(WireMessage ackMsg,
boolean allowOnStateSub,
boolean allowReactorFinishWrite) |
void |
WireMessageHandler.writeMessage(OutputStream ostr,
WireMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
TcpClientChannel.doSmfBlockingRequestNoRetry(WireMessage request) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
Integer idTag) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout,
boolean allowOnStateSub) |
WireMessage |
TcpClientChannel.doSmfSharedRequestRetryForever(WireMessage request,
Integer idTag,
Long corrId) |
WireMessage |
TcpClientChannel.doSmfSharedRequestRetryForever(WireMessage request,
Integer idTag,
Long corrId,
boolean allowOnStateSub) |
WireMessage |
TcpClientChannel.doSmfSubSingleShotRequest(WireMessage request,
boolean allowOnStateSub,
boolean waitConfirm,
TcpChannel.WriteBlockPolicy wpolicy,
Integer idTag,
Long corrId) |
WireMessage |
ClientMessageFactory.getAdCtrlBind(Endpoint bindTo,
Topic newTopic,
int winSz,
int corrTag,
String flowName,
AssuredCtrlEnums.FlowType flowType,
long lastMsgAcked,
long lastMsgIdRecved,
String sqlSelector,
EndpointProperties tmpEndpointProperties,
Long transactedSessionId,
boolean noLocal,
boolean activeFlowIndication,
ReplayStartLocation startLocation,
Long endpointErrorId) |
WireMessage |
ClientMessageFactory.getFlowChangeUpdateResponse(long flowId,
boolean activeFlowIndication,
long respCode,
String respString) |
WireMessage |
ClientMessageFactory.getUnbindRequest(long flowId,
Integer corrTag,
boolean linger,
Long lastMsgIdAcked,
Long errorId) |
WireMessage |
ClientMessageFactory.getUnsubscribeRequest(String endpointName,
int corrTag) |
static WireMessage |
SmfUhUtil.validateUH(WireMessage msg,
JCSMPSessionStats sessionStats) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
TcpClientChannel.doSmfBlockingRequestNoRetry(WireMessage request) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
Integer idTag) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout) |
WireMessage |
TcpClientChannel.doSmfSharedRequest(WireMessage request,
long max_tries,
Integer idTag,
Long corrId,
boolean noReconnOnTimeout,
boolean allowOnStateSub) |
void |
TcpClientChannel.doSmfSharedRequestNoResponse(WireMessage request,
boolean setCorrId) |
WireMessage |
TcpClientChannel.doSmfSharedRequestRetryForever(WireMessage request,
Integer idTag,
Long corrId) |
WireMessage |
TcpClientChannel.doSmfSharedRequestRetryForever(WireMessage request,
Integer idTag,
Long corrId,
boolean allowOnStateSub) |
WireMessage |
TcpClientChannel.doSmfSubSingleShotRequest(WireMessage request,
boolean allowOnStateSub,
boolean waitConfirm,
TcpChannel.WriteBlockPolicy wpolicy,
Integer idTag,
Long corrId) |
void |
TcpClientChannel.enqueuePriorityData(WireMessage msg) |
void |
TcpClientChannel.handleMessage(WireMessage msg) |
static JCSMPXMLMessage |
TcpClientChannel.parse(SeqNumAllocator seqAllocator,
WireMessage _wmsg,
TcpClientChannel.ChannelMode parseMode) |
boolean |
TcpClientChannel.processCtrlResponse(WireMessage response) |
int |
TcpClientChannel.sendAckMessage(WireMessage ackMsg,
boolean allowOnStateSub,
boolean allowReactorFinishWrite) |
int |
TcpClientChannel.sendAdCtrlRequest(WireMessage msgReq,
boolean allowOnStateSub,
TcpChannel.WriteBlockPolicy wpolicy,
boolean stopOnNoconnection) |
int |
TcpClientChannel.setReqCorrelationTag(WireMessage request) |
static WireMessage |
SmfUhUtil.validateUH(WireMessage msg,
JCSMPSessionStats sessionStats) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriberWireMessageHandler.handleMessage(WireMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleSmfClient.doPost(WireMessage request,
WireMessage response,
boolean setAuth) |
void |
SSLSmfClient.doPostNoResponse(WireMessage request,
boolean setAuth) |
void |
SimpleSmfClient.doPostNoResponse(WireMessage request,
boolean setAuth) |
void |
ZSmfClient.doPostNoResponse(WireMessage request,
boolean setAuth) |
int |
SimpleSmfClient.doSmfSharedWrite(WireMessage request,
ByteBuffer[] requestBB,
boolean setAuth,
boolean setCorrTag,
boolean dropOnWouldBlock,
boolean allowOnStateSub,
boolean allowReactorFinishWrite,
boolean stopOnNoconnection) |
int |
SimpleSmfClient.doSmfSharedWrite(WireMessage request,
ByteBuffer[] requestBB,
boolean setAuth,
boolean setCorrTag,
boolean dropOnWouldBlock,
boolean allowOnStateSub,
boolean allowReactorFinishWrite,
Integer idTag,
TcpClientChannel channel,
ClientRequestResponse req,
Long corrId,
boolean stopOnNoconnection)
Used by client channel.
|
void |
SimpleSmfClient.PriorityData.enqueue(WireMessage request,
SimpleSmfClient parentSmfClient) |
void |
SimpleSmfClient.enqueuePriorityData(WireMessage wmsg) |
void |
SMFWireMessageHandler.readMessage(ByteBuffer buf,
WireMessage msg) |
void |
SSLSmfClient.readMessage(InputStream istr,
WireMessage msg) |
void |
ZSmfClient.readMessage(InputStream istr,
WireMessage msg) |
void |
SMFWireMessageHandler.readMessage(InputStream istr,
WireMessage msg) |
void |
SMFWireMessageHandler.writeMessage(OutputStream ostr,
WireMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static WireMessage |
WireMessageFactory.create() |
static WireMessage |
WireMessageFactory.createWith(SMFHeaderBean smfHeader) |
static WireMessage |
WireMessageFactory.createWith(SMFHeaderBean smfHeader,
HeaderDescriptionBean otherHeader) |
Copyright 2004-2019 Solace Corporation. All rights reserved.