public class MarshallingTransportFilter extends TransportFilter
next, transportListener
Constructor and Description |
---|
MarshallingTransportFilter(Transport next,
WireFormat localWireFormat,
WireFormat remoteWireFormat) |
Modifier and Type | Method and Description |
---|---|
void |
onCommand(Object command)
called to process a command
|
void |
oneway(Object command)
A one way asynchronous send
|
asyncRequest, getNext, getReceiveCounter, getRemoteAddress, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, request, setTransportListener, start, stop, toString, transportInterupted, transportResumed, updateURIs
public MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat)
public void oneway(Object command) throws IOException
Transport
oneway
in interface Transport
oneway
in class TransportFilter
IOException
public void onCommand(Object command)
TransportListener
onCommand
in interface TransportListener
onCommand
in class TransportFilter
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.