|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointServiceRequest | |
|---|---|
| org.opcfoundation.ua.application | The code in this package is for application developer. |
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| 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 EndpointServiceRequest in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application with parameters of type EndpointServiceRequest | |
|---|---|
void |
ServerDiscoveryService.onFindServers(EndpointServiceRequest<FindServersRequest,FindServersResponse> req)
onFindServers. |
void |
EndpointDiscoveryService.onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
onGetEndpoints. |
void |
ServiceHandlerComposition.serve(EndpointServiceRequest<?,?> request)
Serve a service request. |
void |
ServiceHandler.serve(EndpointServiceRequest<?,?> request)
Serve a service request. |
| Uses of EndpointServiceRequest in org.opcfoundation.ua.core |
|---|
| Uses of EndpointServiceRequest in org.opcfoundation.ua.transport |
|---|
| Method parameters in org.opcfoundation.ua.transport with type arguments of type EndpointServiceRequest | |
|---|---|
void |
ServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Get all unanswered service requests. |
| Uses of EndpointServiceRequest in org.opcfoundation.ua.transport.https |
|---|
| Method parameters in org.opcfoundation.ua.transport.https with type arguments of type EndpointServiceRequest | |
|---|---|
void |
HttpsServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Get all unanswered service requests. |
| Uses of EndpointServiceRequest in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Subclasses of EndpointServiceRequest in org.opcfoundation.ua.transport.tcp.nio | |
|---|---|
class |
PendingRequest
PendingRequest class. |
| Method parameters in org.opcfoundation.ua.transport.tcp.nio with type arguments of type EndpointServiceRequest | |
|---|---|
void |
OpcTcpServerSecureChannel.getPendingServiceRequests(Collection<EndpointServiceRequest<?,?>> result)
Get all unanswered service requests. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||