C G P R U

C

close() - Method in class com.glasskeylabs.gubcast.Gubcaster
Close and deactivate the Gubcaster.
com.glasskeylabs.gubcast - package com.glasskeylabs.gubcast
 
composeID(InetAddress, int) - Static method in class com.glasskeylabs.gubcast.Gubclient
Constructs a Gubclient unique ID string.

G

getClientName() - Method in class com.glasskeylabs.gubcast.Gubclient
Returns the name by which the client applet characterizes itself.
getHost() - Method in class com.glasskeylabs.gubcast.Gubclient
Returns the Internet address of the host computer the client is running on.
getHostName() - Method in class com.glasskeylabs.gubcast.Gubcaster
Return host name at which Gubcast clients will register with this Gubcaster.
getID() - Method in class com.glasskeylabs.gubcast.Gubclient
Returns the client's unique ID string.
getLocalInterface() - Method in class com.glasskeylabs.gubcast.Gubclient
Returns the Internet address through which the server must contact the client in order to push content to it without violating applet security rules.
getPortNbr() - Method in class com.glasskeylabs.gubcast.Gubcaster
Return TCP port number at which Gubcast clients will register with this Gubcaster .
getPortNbr() - Method in class com.glasskeylabs.gubcast.Gubclient
Returns the TCP port number on which the client listens for Gubcast messages.
getRegistry() - Method in class com.glasskeylabs.gubcast.Gubcaster
Return the Gubregistry to which client registration and unregistration events are delivered.
Gubcaster - class com.glasskeylabs.gubcast.Gubcaster.
Gubcaster is the protocol engine used by an application-specific Gubcast server to communicate with Gubcast applets.
Gubcaster(int, Gubregistry) - Constructor for class com.glasskeylabs.gubcast.Gubcaster
Construct a new Gubcaster.
Gubcaster(String, int, Gubregistry) - Constructor for class com.glasskeylabs.gubcast.Gubcaster
Construct a new Gubcaster.
Gubclient - class com.glasskeylabs.gubcast.Gubclient.
A Gubclient object encapsulates everything that Gubcaster needs to know about a single Gubcast protocol client (Gubcast applet).
Gubregistry - interface com.glasskeylabs.gubcast.Gubregistry.
The Gubregistry interface defines the methods that must be provided by any class that handles Gubcast registration and unregistration.

P

pushPage(Gubclient, String, String) - Method in class com.glasskeylabs.gubcast.Gubcaster
"Push" information to a client Web browser.
pushPage(Gubclient, String, URL) - Method in class com.glasskeylabs.gubcast.Gubcaster
"Push" information to a client Web browser as described above.

R

registerClient(Gubclient) - Method in interface com.glasskeylabs.gubcast.Gubregistry
Handles registration of a new client.

U

unregisterClient(InetAddress, int) - Method in interface com.glasskeylabs.gubcast.Gubregistry
Handles unregistration of an existing client.

C G P R U