|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceAddress | |
---|---|
ix.applet | Support for I-P2 applets. |
ix.http | The "http" communication strategy. |
ix.util.http | HTTP utilities. |
ix.util.ipc | Interprocess communication utilities. |
Uses of ServiceAddress in ix.applet |
---|
Fields in ix.applet declared as ServiceAddress | |
---|---|
(package private) ServiceAddress |
MessageServer.addr
|
(package private) ServiceAddress |
MessageServer.Strategy.serverAddr
|
(package private) ServiceAddress |
CGIRelay.serverAddr
|
Constructors in ix.applet with parameters of type ServiceAddress | |
---|---|
MessageServer.Strategy(ServiceAddress serverAddr)
|
Uses of ServiceAddress in ix.http |
---|
Methods in ix.http that return ServiceAddress | |
---|---|
ServiceAddress |
HttpNameServer.Syntax.getRegisterAddress(java.lang.Object m)
|
Methods in ix.http with parameters of type ServiceAddress | |
---|---|
static java.lang.Object |
HttpNameServer.Syntax.makeRegisterMessage(java.lang.String agentName,
ServiceAddress addr)
|
Uses of ServiceAddress in ix.util.http |
---|
Methods in ix.util.http with parameters of type ServiceAddress | |
---|---|
java.net.URL |
HttpUtilities.makeMessageURL(ServiceAddress addr,
java.lang.String path)
|
Uses of ServiceAddress in ix.util.ipc |
---|
Fields in ix.util.ipc declared as ServiceAddress | |
---|---|
(package private) ServiceAddress |
SerializedCommunicationStrategy.AgentRecord.addr
|
(package private) ServiceAddress |
SerializedCommunicationStrategy.ObjectStreamServer.addr
|
(package private) ServiceAddress |
SerializedCommunicationStrategy.ObjectStreamNameServer.addr
|
(package private) ServiceAddress |
SerializedCommunicationStrategy.nameServerAddress
|
Methods in ix.util.ipc that return ServiceAddress | |
---|---|
(package private) ServiceAddress |
SerializedCommunicationStrategy.askNameServer(java.lang.Object destination)
Requests a ServiceAddress from the name-server. |
Methods in ix.util.ipc with parameters of type ServiceAddress | |
---|---|
protected void |
SerializedCommunicationStrategy.ObjectStreamNameServer.recordRegistration(ObjectStreamConnection connection,
java.lang.String name,
ServiceAddress addr)
|
(package private) void |
SerializedCommunicationStrategy.AgentRecord.setAddress(ServiceAddress address)
|
void |
SerializedCommunicationStrategy.setDestinationAddress(java.lang.String destination,
ServiceAddress addr)
|
Constructors in ix.util.ipc with parameters of type ServiceAddress | |
---|---|
SerializedCommunicationStrategy.ObjectStreamNameServer.TranscriptFrame(ServiceAddress addr,
boolean isStandAlone)
|
|
SerializedCommunicationStrategy.ObjectStreamNameServer(SerializedCommunicationStrategy strategy,
ServiceAddress addr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |