|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileInfo | |
---|---|
net.sf.beep4j | |
net.sf.beep4j.internal | |
net.sf.beep4j.internal.profile |
Uses of ProfileInfo in net.sf.beep4j |
---|
Methods in net.sf.beep4j that return ProfileInfo | |
---|---|
ProfileInfo |
StartChannelRequest.getProfile(java.lang.String profileUri)
Gets the ProfileInfo for the given profile uri. |
ProfileInfo[] |
StartChannelRequest.getProfiles()
Gets the list of acceptable profiles sent as part of the start channel request. |
Methods in net.sf.beep4j with parameters of type ProfileInfo | |
---|---|
ChannelHandler |
ChannelHandlerFactory.createChannelHandler(ProfileInfo info)
Requests the factory to create a ChannelHandler for the specified ProfileInfo. |
void |
StartChannelRequest.selectProfile(ProfileInfo profile,
ChannelHandler handler)
Selects one particular profile from the list of profiles. |
void |
Session.startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
Tries to start a new channel using one of the profiles passed in. |
void |
Session.startChannel(ProfileInfo profile,
ChannelHandler handler)
Tries to start a new channel using the profile passed in. |
Uses of ProfileInfo in net.sf.beep4j.internal |
---|
Methods in net.sf.beep4j.internal that return ProfileInfo | |
---|---|
ProfileInfo |
StartChannelResponse.getProfile()
|
Methods in net.sf.beep4j.internal with parameters of type ProfileInfo | |
---|---|
StartChannelResponse |
SessionImpl.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
|
StartChannelResponse |
SessionImpl.SessionState.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
|
StartChannelResponse |
SessionImpl.AbstractSessionState.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
|
StartChannelResponse |
SessionImpl.AliveState.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
|
StartChannelResponse |
SessionImpl.WaitForResponseState.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
|
StartChannelResponse |
SessionManager.channelStartRequested(int channelNumber,
ProfileInfo[] profiles)
Requests to start a new channel or cancels the request. |
static StartChannelResponse |
StartChannelResponse.createSuccessResponse(ProfileInfo profile,
ChannelHandler channelHandler)
|
void |
SessionImpl.startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
|
void |
SessionImpl.SessionState.startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
|
void |
SessionImpl.AbstractSessionState.startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
|
void |
SessionImpl.AliveState.startChannel(ProfileInfo[] profiles,
ChannelHandlerFactory factory)
|
void |
SessionImpl.startChannel(ProfileInfo profile,
ChannelHandler handler)
|
Uses of ProfileInfo in net.sf.beep4j.internal.profile |
---|
Methods in net.sf.beep4j.internal.profile that return ProfileInfo | |
---|---|
ProfileInfo |
ChannelManagementMessageParser.parseProfile(Message message)
|
ProfileInfo |
SaxMessageParser.parseProfile(Message message)
|
Methods in net.sf.beep4j.internal.profile with parameters of type ProfileInfo | |
---|---|
void |
StartChannelCallback.channelCreated(ProfileInfo info)
|
Message |
ChannelManagementMessageBuilder.createProfile(MessageBuilder builder,
ProfileInfo profile)
|
Message |
SaxMessageBuilder.createProfile(MessageBuilder builder,
ProfileInfo profile)
|
Message |
ChannelManagementMessageBuilder.createStart(MessageBuilder builder,
int channelNumber,
ProfileInfo[] infos)
|
Message |
SaxMessageBuilder.createStart(MessageBuilder builder,
int channelNumber,
ProfileInfo[] infos)
|
void |
ChannelManagementProfile.startChannel(int channelNumber,
ProfileInfo[] infos,
StartChannelCallback callback)
Sends a start channel message to the other peer. |
void |
ChannelManagementProfileImpl.startChannel(int channelNumber,
ProfileInfo[] infos,
StartChannelCallback callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |