org.apache.activemq.transport
Class WireFormatNegotiator
java.lang.Object
org.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.WireFormatNegotiator
- All Implemented Interfaces:
- Service, Transport, TransportListener
public class WireFormatNegotiator
- extends TransportFilter
Negotiates the wire format with a new connection
WireFormatNegotiator
public WireFormatNegotiator(Transport next,
OpenWireFormat wireFormat,
int minimumVersion)
- Negotiator
- Parameters:
next
-
start
public void start()
throws Exception
- Specified by:
start
in interface Service
- Overrides:
start
in class TransportFilter
- Throws:
Exception
- See Also:
Service.start()
stop
public void stop()
throws Exception
- Specified by:
stop
in interface Service
- Overrides:
stop
in class TransportFilter
- Throws:
Exception
- See Also:
Service.stop()
oneway
public void oneway(Object command)
throws IOException
- Description copied from interface:
Transport
- A one way asynchronous send
- Specified by:
oneway
in interface Transport
- Overrides:
oneway
in class TransportFilter
- Throws:
IOException
onCommand
public void onCommand(Object o)
- Description copied from interface:
TransportListener
- called to process a command
- Specified by:
onCommand
in interface TransportListener
- Overrides:
onCommand
in class TransportFilter
onException
public void onException(IOException error)
- Description copied from interface:
TransportListener
- An unrecoverable exception has occured on the transport
- Specified by:
onException
in interface TransportListener
- Overrides:
onException
in class TransportFilter
toString
public String toString()
- Overrides:
toString
in class TransportFilter
sendWireFormat
protected void sendWireFormat(WireFormatInfo info)
throws IOException
- Throws:
IOException
onWireFormatNegotiated
protected void onWireFormatNegotiated(WireFormatInfo info)
getNegotiateTimeout
public long getNegotiateTimeout()
setNegotiateTimeout
public void setNegotiateTimeout(long negotiateTimeout)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.