com.caucho.amqp.server
Class AmqpProtocol

java.lang.Object
  extended by com.caucho.amqp.server.AmqpProtocol
All Implemented Interfaces:
Protocol
Direct Known Subclasses:
AmqpServerProtocol

public class AmqpProtocol
extends java.lang.Object
implements Protocol

Custom serialization for the cache


Constructor Summary
AmqpProtocol()
           
 
Method Summary
 ProtocolConnection createConnection(SocketLink link)
          Creates a new protocol connection.
 java.lang.String getProtocolName()
          Returns the protocol name.
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmqpProtocol

public AmqpProtocol()
Method Detail

init

@PostConstruct
public void init()

createConnection

public ProtocolConnection createConnection(SocketLink link)
Description copied from interface: Protocol
Creates a new protocol connection.

Specified by:
createConnection in interface Protocol

getProtocolName

public java.lang.String getProtocolName()
Description copied from interface: Protocol
Returns the protocol name.

Specified by:
getProtocolName in interface Protocol