|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Server | |
|---|---|
| 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.endpoint | Endpoint related classes |
| org.opcfoundation.ua.transport.https | Code for creating a HTTPS based secure channel |
| org.opcfoundation.ua.transport.impl | This package contains SecureChannel related implementations |
| org.opcfoundation.ua.transport.tcp.nio | |
| Uses of Server in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application that return Server | |
|---|---|
static Server |
Server.createServerApplication()
createServerApplication. |
| Uses of Server in org.opcfoundation.ua.transport |
|---|
| Fields in org.opcfoundation.ua.transport declared as Server | |
|---|---|
Server |
EndpointBinding.serviceServer
Service server |
| Methods in org.opcfoundation.ua.transport that return Server | |
|---|---|
Server |
ServerSecureChannel.getServer()
Get Server |
| Constructors in org.opcfoundation.ua.transport with parameters of type Server | |
|---|---|
EndpointBinding(EndpointServer endpointServer,
Endpoint endpointAddress,
Server serviceServer)
Constructor for EndpointBinding. |
|
| Uses of Server in org.opcfoundation.ua.transport.endpoint |
|---|
| Fields in org.opcfoundation.ua.transport.endpoint declared as Server | |
|---|---|
protected Server |
EndpointServiceRequest.server
|
| Fields in org.opcfoundation.ua.transport.endpoint with type parameters of type Server | |
|---|---|
protected Map<Endpoint,Server> |
EndpointCollection.endpoints
Deprecated. Endpoints (Uri -> Endpoint) |
| Methods in org.opcfoundation.ua.transport.endpoint that return Server | |
|---|---|
Server |
EndpointServiceRequest.getServer()
Get server |
Server |
EndpointCollection.getServer(Endpoint endpoint)
Deprecated. getServer. |
Server[] |
EndpointCollection.getServers()
Deprecated. getServers. |
Server |
EndpointCollection.remove(Endpoint endpoint)
Deprecated. remove. |
| Methods in org.opcfoundation.ua.transport.endpoint that return types with arguments of type Server | |
|---|---|
List<Server> |
EndpointBindingCollection.getServiceServers()
getServiceServers. |
static List<Server> |
EndpointBindingCollection.getServiceServers(List<EndpointBinding> bindingList)
Get a list of service servers in an bindingList |
| Methods in org.opcfoundation.ua.transport.endpoint with parameters of type Server | |
|---|---|
void |
EndpointCollection.add(Endpoint endpoint,
Server server)
Deprecated. add. |
boolean |
EndpointCollection.contains(Server server)
Deprecated. contains. |
List<EndpointBinding> |
EndpointBindingCollection.get(Endpoint endpointAddress,
Server serviceServer)
get. |
List<EndpointBinding> |
EndpointBindingCollection.get(EndpointServer endpointServer,
Server serviceServer)
get. |
List<EndpointBinding> |
EndpointBindingCollection.get(Server serviceServer)
get. |
Endpoint[] |
EndpointCollection.getEndpoints(Server server)
Deprecated. Get endpoints by server |
| Constructors in org.opcfoundation.ua.transport.endpoint with parameters of type Server | |
|---|---|
EndpointServiceRequest(Request request,
Server server,
Endpoint endpoint)
Constructor for EndpointServiceRequest. |
|
| Uses of Server in org.opcfoundation.ua.transport.https |
|---|
| Methods in org.opcfoundation.ua.transport.https that return Server | |
|---|---|
Server |
HttpsServerSecureChannel.getServer()
Get Server |
| Uses of Server in org.opcfoundation.ua.transport.impl |
|---|
| Constructors in org.opcfoundation.ua.transport.impl with parameters of type Server | |
|---|---|
SecureChannelFactory(EndpointServer endpointServer,
Server serviceServer)
Constructor for SecureChannelFactory. |
|
| Uses of Server in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Fields in org.opcfoundation.ua.transport.tcp.nio declared as Server | |
|---|---|
Server |
OpcTcpServer.discoveryServer
Service server used when client connects with "" url for endpoint discovery |
| Methods in org.opcfoundation.ua.transport.tcp.nio that return Server | |
|---|---|
Server |
OpcTcpServerSecureChannel.getServer()
getServer. |
| Constructors in org.opcfoundation.ua.transport.tcp.nio with parameters of type Server | |
|---|---|
PendingRequest(OpcTcpServerSecureChannel channel,
Endpoint endpoint,
Server server,
int requestId,
ServiceRequest requestMessage)
Constructor for PendingRequest. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||