Uses of Interface
com.sun.sgs.client.ClientChannel

Packages that use ClientChannel
com.sun.sgs.client Defines a standard interface for a J2SE(TM) client framework that communicates with the Project Darkstar Server. 
com.sun.sgs.client.simple Defines the interface to a simple, concrete implementation of a J2SE(TM) client framework that communicates with the Project Darkstar Server. 
 

Uses of ClientChannel in com.sun.sgs.client
 

Methods in com.sun.sgs.client with parameters of type ClientChannel
 ClientChannelListener ServerSessionListener.joinedChannel(ClientChannel channel)
          Notifies this listener that its associated client has joined the specified channel, and returns a non-null ClientChannelListener for that channel.
 void ClientChannelListener.leftChannel(ClientChannel channel)
          Notifies this listener that the associated client was removed from the specified channel.
 void ClientChannelListener.receivedMessage(ClientChannel channel, ByteBuffer message)
          Notifies this listener that the specified message was received on the specified channel.
 

Uses of ClientChannel in com.sun.sgs.client.simple
 

Classes in com.sun.sgs.client.simple that implement ClientChannel
(package private)  class SimpleClient.SimpleClientChannel
          Simple ClientChannel implementation
 


Project Darkstar, Version 0.9.9.4
2013-07-29 20:49:18

Copyright © 2007-2013 Sun Microsystems, Inc. All rights reserved