|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointServer.EndpointHandle | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.transport | This package contains SecureChannel and related interfaces |
| org.opcfoundation.ua.transport.https | Code for creating a HTTPS based secure channel |
| org.opcfoundation.ua.transport.tcp.nio | |
| Uses of EndpointServer.EndpointHandle in org.opcfoundation.ua.application |
|---|
| Fields in org.opcfoundation.ua.application with type parameters of type EndpointServer.EndpointHandle | |
|---|---|
protected List<EndpointServer.EndpointHandle> |
Server.boundHandles
Bound handles |
| Methods in org.opcfoundation.ua.application that return types with arguments of type EndpointServer.EndpointHandle | |
|---|---|
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
Endpoint endpointAddress)
Bind an endpoint to the server. |
List<EndpointServer.EndpointHandle> |
Server.bind(String bindAddress,
String endpointUri,
SecurityMode... modes)
bind. |
| Uses of EndpointServer.EndpointHandle in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport that return EndpointServer.EndpointHandle | |
|---|---|
EndpointServer.EndpointHandle |
EndpointServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle. |
| Uses of EndpointServer.EndpointHandle in org.opcfoundation.ua.transport.https |
|---|
| Classes in org.opcfoundation.ua.transport.https that implement EndpointServer.EndpointHandle | |
|---|---|
class |
HttpsServer.HttpsEndpointHandle
|
| Methods in org.opcfoundation.ua.transport.https that return EndpointServer.EndpointHandle | |
|---|---|
EndpointServer.EndpointHandle |
HttpsServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle. |
| Uses of EndpointServer.EndpointHandle in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Classes in org.opcfoundation.ua.transport.tcp.nio that implement EndpointServer.EndpointHandle | |
|---|---|
class |
OpcTcpServer.OpcTcpEndpointHandle
|
| Methods in org.opcfoundation.ua.transport.tcp.nio that return EndpointServer.EndpointHandle | |
|---|---|
EndpointServer.EndpointHandle |
OpcTcpServer.bind(SocketAddress socketAddress,
EndpointBinding endpointBinding)
Bind an endpoint to a handle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||