public class ServiceHandshake extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceHandshake.AuthenticationMethod
The base of all authentication implementations.
|
static class |
ServiceHandshake.ClientHandshake
Client-side handshake state
|
static class |
ServiceHandshake.ClientInitOp
The base class of elemental service initialization protocol operations
for the client side.
|
static class |
ServiceHandshake.InitResult
Operation-level result indicator
|
static interface |
ServiceHandshake.IOAdapter
A simple interface providing simple blocking I/O.
|
static class |
ServiceHandshake.ServerHandshake
Server-side handshake state
|
static class |
ServiceHandshake.ServerInitOp
The base class of elemental service initialization protocol operations
for the server side.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_NAME_LIMIT
The maximum length of a service name
|
| Constructor and Description |
|---|
ServiceHandshake() |
public static final int SERVICE_NAME_LIMIT
Copyright © 2024. All rights reserved.