|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.transport.EndpointBinding
public class EndpointBinding
Endpoint binding is a 3-way binding between the endpoint address (Endpoint), the listening socket (EndpointServer), and the service server (Server).
| Field Summary | |
|---|---|
Endpoint |
endpointAddress
Endpoint address description |
EndpointServer |
endpointServer
The object that listens to the network socket |
Server |
serviceServer
Service server |
| Constructor Summary | |
|---|---|
EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final EndpointServer endpointServer
public final Endpoint endpointAddress
public final Server serviceServer
| Constructor Detail |
|---|
public EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding.
endpointServer - a EndpointServer object.endpointAddress - a Endpoint object.serviceServer - a Server object.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||