| Package | Description |
|---|---|
| org.eclipse.scada.protocol.ngp.common.mc.handshake |
| Modifier and Type | Method and Description |
|---|---|
void |
SslFeatureHandshake.apply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
StartSessionHandshake.apply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
MessageProtocolHandshake.apply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
TimeoutHandshake.apply(HandshakeContext handshakeContext,
Map<String,String> acceptedProperties) |
void |
Handshake.apply(HandshakeContext context,
Map<String,String> acceptedProperties)
Activate the results from the previous handshake run.
|
void |
StreamCompressionHandshake.apply(HandshakeContext handshakeContext,
Map<String,String> acceptedProperties) |
void |
SslFeatureHandshake.handshake(HandshakeContext context,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties) |
void |
StartSessionHandshake.handshake(HandshakeContext context,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties) |
void |
MessageProtocolHandshake.handshake(HandshakeContext context,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties) |
void |
TimeoutHandshake.handshake(HandshakeContext handshakeContext,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties) |
void |
Handshake.handshake(HandshakeContext context,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties)
Called by the server and actually performing the handshake based on the
helloProperties from the client
|
void |
StreamCompressionHandshake.handshake(HandshakeContext handshakeContext,
Map<String,String> helloProperties,
Map<String,String> acceptedProperties) |
void |
SslFeatureHandshake.postApply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
StartSessionHandshake.postApply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
MessageProtocolHandshake.postApply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
TimeoutHandshake.postApply(HandshakeContext handshakeContext,
Map<String,String> acceptedProperties) |
void |
Handshake.postApply(HandshakeContext context,
Map<String,String> acceptedProperties)
A second apply run performed directly after the run to
Handshake.apply(HandshakeContext, Map) |
void |
StreamCompressionHandshake.postApply(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
SslFeatureHandshake.request(HandshakeContext context,
Map<String,String> helloProperties) |
void |
StartSessionHandshake.request(HandshakeContext context,
Map<String,String> helloProperties) |
void |
MessageProtocolHandshake.request(HandshakeContext context,
Map<String,String> helloProperties) |
void |
TimeoutHandshake.request(HandshakeContext handshakeContext,
Map<String,String> helloProperties) |
void |
Handshake.request(HandshakeContext context,
Map<String,String> helloProperties)
Called by the client, putting together all properties for the
HelloMessage |
void |
StreamCompressionHandshake.request(HandshakeContext handshakeContext,
Map<String,String> helloProperties) |
void |
SslFeatureHandshake.sessionStarted(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
StartSessionHandshake.sessionStarted(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
MessageProtocolHandshake.sessionStarted(HandshakeContext context,
Map<String,String> acceptedProperties) |
void |
TimeoutHandshake.sessionStarted(HandshakeContext handshakeContext,
Map<String,String> acceptedProperties) |
void |
Handshake.sessionStarted(HandshakeContext context,
Map<String,String> acceptedProperties)
Called on the server and client when the session got started.
|
void |
StreamCompressionHandshake.sessionStarted(HandshakeContext context,
Map<String,String> acceptedProperties) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.