|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectStreamConnection | |
---|---|
ix.applet | Support for I-P2 applets. |
ix.util.ipc | Interprocess communication utilities. |
Uses of ObjectStreamConnection in ix.applet |
---|
Methods in ix.applet with parameters of type ObjectStreamConnection | |
---|---|
(package private) void |
MessageServer.clientService(ObjectStreamConnection connection)
|
(package private) AppletMessage |
MessageServer.evalGetMessage(AppletMessage m,
ObjectStreamConnection conn)
|
(package private) java.lang.Object |
MessageServer.evalMessage(AppletMessage m,
ObjectStreamConnection conn)
|
(package private) void |
MessageServer.handleMessage(ObjectStreamConnection connection,
java.lang.Object contents)
|
(package private) java.lang.Object |
MessageServer.sendReply(ObjectStreamConnection connection,
java.lang.Object reply)
|
(package private) void |
MessageServer.serveClientOn(ObjectStreamConnection connection)
|
(package private) void |
MessageServer.User.takeConnection(ObjectStreamConnection c)
|
Uses of ObjectStreamConnection in ix.util.ipc |
---|
Methods in ix.util.ipc with parameters of type ObjectStreamConnection | |
---|---|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.clientServiceLoop(ObjectStreamConnection connection)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.handleMessage(ObjectStreamConnection connection,
java.lang.Object contents)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamServer.receiveFrom(ObjectStreamConnection connection)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamServer.receiveLoop(ObjectStreamConnection connection)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.recordRegistration(ObjectStreamConnection connection,
java.lang.String name,
ServiceAddress addr)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.sendReply(ObjectStreamConnection connection,
java.lang.Object reply)
|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.serveClientOn(ObjectStreamConnection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |