com.caucho.bam.client
Class LinkClient
java.lang.Object
com.caucho.bam.client.LinkClient
public class LinkClient
- extends java.lang.Object
HMTP client protocol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkClient
public LinkClient(LinkConnectionFactory linkFactory,
ActorHolder actor)
getBroker
public Broker getBroker()
getSender
public ActorSender getSender()
start
public void start()
close
public void close()
createInboundMailbox
protected Mailbox createInboundMailbox(MessageStream inboundStream,
Broker outboundBroker)
createOutboundMailbox
protected Mailbox createOutboundMailbox(MessageStream outboundStream,
Broker inboundBroker)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object