Uses of Interface
net.sf.beep4j.ChannelHandler

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

Uses of ChannelHandler in net.sf.beep4j
 

Methods in net.sf.beep4j that return ChannelHandler
 ChannelHandler ChannelHandlerFactory.createChannelHandler(ProfileInfo info)
          Requests the factory to create a ChannelHandler for the specified ProfileInfo.
 

Methods in net.sf.beep4j with parameters of type ChannelHandler
 void StartChannelRequest.selectProfile(ProfileInfo profile, ChannelHandler handler)
          Selects one particular profile from the list of profiles.
 void Session.startChannel(ProfileInfo profile, ChannelHandler handler)
          Tries to start a new channel using the profile passed in.
 void Session.startChannel(java.lang.String profileUri, ChannelHandler handler)
          Tries to start a new channel using the profile identified by the given uri.
 

Uses of ChannelHandler in net.sf.beep4j.ext
 

Classes in net.sf.beep4j.ext that implement ChannelHandler
 class ChannelHandlerAdapter
          Base implementation for ChannelHandler implementors.
 

Uses of ChannelHandler in net.sf.beep4j.internal
 

Methods in net.sf.beep4j.internal that return ChannelHandler
 ChannelHandler StartChannelResponse.getChannelHandler()
           
 ChannelHandler InternalChannel.initChannel(ChannelHandler channelHandler)
          Initializes the channel and passes the channel handler in.
 

Methods in net.sf.beep4j.internal with parameters of type ChannelHandler
static StartChannelResponse StartChannelResponse.createSuccessResponse(ProfileInfo profile, ChannelHandler channelHandler)
           
 ChannelHandler InternalChannel.initChannel(ChannelHandler channelHandler)
          Initializes the channel and passes the channel handler in.
 void SessionImpl.startChannel(ProfileInfo profile, ChannelHandler handler)
           
 void SessionImpl.startChannel(java.lang.String profileUri, ChannelHandler handler)
           
 

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

Classes in net.sf.beep4j.internal.profile that implement ChannelHandler
 class ChannelManagementProfileImpl
          Implementation of ChannelManagementProfile interface.
 

Methods in net.sf.beep4j.internal.profile that return ChannelHandler
 ChannelHandler ChannelManagementProfile.createChannelHandler(SessionManager manager)
          Invoked by the framework to initialize the channel and to get the ChannelHandler for the profile.
 ChannelHandler ChannelManagementProfileImpl.createChannelHandler(SessionManager manager)
           
 



Copyright © 2007 null. All Rights Reserved.