Uses of Interface
net.sf.beep4j.Reply

Packages that use Reply
net.sf.beep4j   
net.sf.beep4j.ext   
net.sf.beep4j.internal   
net.sf.beep4j.internal.profile   
 

Uses of Reply in net.sf.beep4j
 

Methods in net.sf.beep4j with parameters of type Reply
 void ChannelFilter.filterMessageReceived(ChannelFilter.NextFilter next, Message message, Reply responseHandler)
          Filters ChannelHandler.messageReceived(Message, Reply).
 void ChannelFilter.NextFilter.filterMessageReceived(Message message, Reply reply)
           
 void ChannelHandler.messageReceived(Message message, Reply reply)
          Invoked by the framework when the other peer sent a message to this peer on this channel.
 

Uses of Reply in net.sf.beep4j.ext
 

Methods in net.sf.beep4j.ext with parameters of type Reply
 void ChannelHandlerAdapter.messageReceived(Message message, Reply reply)
          Notifies this handler that a message has been received.
 

Uses of Reply in net.sf.beep4j.internal
 

Classes in net.sf.beep4j.internal that implement Reply
protected  class SessionImpl.DefaultReply
           
protected  class SessionImpl.InitialReply
           
 

Methods in net.sf.beep4j.internal that return Reply
protected  Reply SessionImpl.createReply(TransportMapping mapping, int channelNumber, int messageNumber)
           
 

Uses of Reply in net.sf.beep4j.internal.profile
 

Methods in net.sf.beep4j.internal.profile with parameters of type Reply
 boolean ChannelManagementProfile.connectionEstablished(java.net.SocketAddress address, SessionHandler handler, Reply response)
          Invoked by the session when the connection has been established.
 boolean ChannelManagementProfileImpl.connectionEstablished(java.net.SocketAddress address, SessionHandler sessionHandler, Reply response)
           
 void ChannelManagementProfileImpl.messageReceived(Message message, Reply handler)
           
 



Copyright © 2007 null. All Rights Reserved.