|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportChannelSettings | |
|---|---|
| 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.io | |
| Uses of TransportChannelSettings in org.opcfoundation.ua.application |
|---|
| Methods in org.opcfoundation.ua.application with parameters of type TransportChannelSettings | |
|---|---|
SecureChannel |
Client.createSecureChannel(String connectUrl,
TransportChannelSettings settings)
Create and open a secure channel. |
SecureChannel |
Client.createSecureChannel(TransportChannelSettings settings)
Create and open a secure channel. |
ServiceChannel |
Client.createServiceChannel(TransportChannelSettings settings)
Create and open a secure channel and adapt to service channel. |
| Uses of TransportChannelSettings in org.opcfoundation.ua.transport |
|---|
| Methods in org.opcfoundation.ua.transport that return TransportChannelSettings | |
|---|---|
TransportChannelSettings |
TransportChannelSettings.clone()
|
| Methods in org.opcfoundation.ua.transport with parameters of type TransportChannelSettings | |
|---|---|
void |
ServiceChannel.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
SecureChannel.initialize(String connectUrl,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
ServiceChannel.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
SecureChannel.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
TransportChannelSettings.readFrom(TransportChannelSettings tcs)
readFrom. |
| Uses of TransportChannelSettings in org.opcfoundation.ua.transport.https |
|---|
| Methods in org.opcfoundation.ua.transport.https with parameters of type TransportChannelSettings | |
|---|---|
void |
HttpsClientSecureChannel.initialize(String url,
TransportChannelSettings tcs,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
HttpsClient.initialize(String connectUrl,
TransportChannelSettings tcs,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
HttpsClientSecureChannel.initialize(TransportChannelSettings tcs,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
| Uses of TransportChannelSettings in org.opcfoundation.ua.transport.tcp.io |
|---|
| Methods in org.opcfoundation.ua.transport.tcp.io with parameters of type TransportChannelSettings | |
|---|---|
void |
TcpConnection.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Set connection configuration parameters. |
void |
SecureChannelTcp.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Configure the secure channel. |
void |
IConnection.initialize(InetSocketAddress addr,
TransportChannelSettings settings,
EncoderContext ctx)
Set connection configuration parameters. |
void |
TcpConnection.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
|
void |
SecureChannelTcp.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
ITransportChannel.initialize(String url,
TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
void |
TcpConnection.initialize(TransportChannelSettings settings,
EncoderContext ctx)
initialize. |
void |
SecureChannelTcp.initialize(TransportChannelSettings settings,
EncoderContext ctx)
Initialize a secure channel with endpoint identified by the URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||