Configuration Platform SDK 7.6 API Reference

Uses of Interface
com.genesyslab.platform.commons.protocol.Channel

Packages that use Channel
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.configuration.protocol This package contains the Protocol classes that your applications can use to set up communication with Configuration Server. 
 

Uses of Channel in com.genesyslab.platform.commons.protocol
 

Subinterfaces of Channel in com.genesyslab.platform.commons.protocol
 interface InputChannel
           
 interface OutputChannel
           
 interface Protocol
          Protocol is Input/Output Synchronous/Asynchronous channel.
 interface RequestChannel
           
 interface ResponseChannel
           
 

Classes in com.genesyslab.platform.commons.protocol that implement Channel
 class AbstractChannel
           
 class ClientChannel
          ClientChannel is the parent class of all of the Protocol classes used for client applications in the Platform SDK, such as TServerProtocol and ConfServerProtocol.
 class DuplexChannel
          Allows for asynchronous two-way communication between a Platform SDK application and a server.
 class ServerChannel
          This channel accepts connection on some Endpoint.
 

Constructors in com.genesyslab.platform.commons.protocol with parameters of type Channel
ChannelClosedEvent(Channel source)
          Constructs an Event.
ChannelClosedEvent(Channel source, java.lang.Throwable cause, ChannelState prevState)
          Constructs an event about closed channel.
ChannelClosedEvent(Channel source, ConnectionClosedEvent ccEvent, ChannelState prevState)
          Constructs an Event.
ChannelErrorEvent(Channel source)
          Constructs an Event.
ChannelErrorEvent(Channel source, java.lang.Throwable cause)
          Constructs an event about closed channel.
 

Uses of Channel in com.genesyslab.platform.configuration.protocol
 

Classes in com.genesyslab.platform.configuration.protocol that implement Channel
 class ConfServerProtocol
           
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.