|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerSecureChannel | |
|---|---|
| org.opcfoundation.ua.common | This package contains common and shared classes |
| 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.tcp.nio | |
| Uses of ServerSecureChannel in org.opcfoundation.ua.common |
|---|
| Methods in org.opcfoundation.ua.common with parameters of type ServerSecureChannel | |
|---|---|
void |
DebugLogger.onSecureChannelAttached(Object sender,
ServerSecureChannel channel)
|
void |
DebugLogger.onSecureChannelDetached(Object sender,
ServerSecureChannel channel)
|
| Uses of ServerSecureChannel in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport that return types with arguments of type ServerSecureChannel | |
|---|---|
AsyncResult<ServerSecureChannel> |
ServerSecureChannel.closeAsync()
Close the secure channel. |
| Methods in org.opcfoundation.ua.transport with parameters of type ServerSecureChannel | |
|---|---|
void |
ServerConnection.SecureChannelListener.onSecureChannelAttached(Object sender,
ServerSecureChannel channel)
|
void |
ServerConnection.SecureChannelListener.onSecureChannelDetached(Object sender,
ServerSecureChannel channel)
|
| Method parameters in org.opcfoundation.ua.transport with type arguments of type ServerSecureChannel | |
|---|---|
void |
ServerConnection.getSecureChannels(Collection<ServerSecureChannel> list)
Get all open and opening secure channels of this connection. |
| Uses of ServerSecureChannel in org.opcfoundation.ua.transport.endpoint |
|---|
| Classes in org.opcfoundation.ua.transport.endpoint that implement ServerSecureChannel | |
|---|---|
class |
AbstractServerSecureChannel
Super class for endpoint secure channels. |
| Methods in org.opcfoundation.ua.transport.endpoint that return ServerSecureChannel | |
|---|---|
abstract ServerSecureChannel |
EndpointServiceRequest.getChannel()
getChannel. |
| Methods in org.opcfoundation.ua.transport.endpoint that return types with arguments of type ServerSecureChannel | |
|---|---|
AsyncResult<ServerSecureChannel> |
AbstractServerSecureChannel.closeAsync()
Close the secure channel. |
| Uses of ServerSecureChannel in org.opcfoundation.ua.transport.https |
|---|
| Classes in org.opcfoundation.ua.transport.https that implement ServerSecureChannel | |
|---|---|
class |
HttpsServerSecureChannel
HttpsServerSecureChannel class. |
| Method parameters in org.opcfoundation.ua.transport.https with type arguments of type ServerSecureChannel | |
|---|---|
void |
HttpsServerConnection.getSecureChannels(Collection<ServerSecureChannel> list)
Get all open and opening secure channels of this connection. |
| Uses of ServerSecureChannel in org.opcfoundation.ua.transport.tcp.nio |
|---|
| Classes in org.opcfoundation.ua.transport.tcp.nio that implement ServerSecureChannel | |
|---|---|
class |
OpcTcpServerSecureChannel
OpcTcpServerSecureChannel class. |
| Methods in org.opcfoundation.ua.transport.tcp.nio that return ServerSecureChannel | |
|---|---|
ServerSecureChannel |
PendingRequest.getChannel()
getChannel. |
| Methods in org.opcfoundation.ua.transport.tcp.nio with parameters of type ServerSecureChannel | |
|---|---|
protected void |
AbstractServerConnection.fireSecureChannelAttached(ServerSecureChannel c)
Send a notification to listeners that a secure channel has been attached to (opened in) the connection. |
protected void |
AbstractServerConnection.fireSecureChannelDetached(ServerSecureChannel c)
Send a notification the listeners that a secure channel has been detached from the connection. |
| Method parameters in org.opcfoundation.ua.transport.tcp.nio with type arguments of type ServerSecureChannel | |
|---|---|
void |
AbstractServerConnection.getSecureChannels(Collection<ServerSecureChannel> list)
Get all open and opening secure channels of this connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||