| Package | Description |
|---|---|
| io.r2dbc.mssql.message.token |
Token stream message structures.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Prelogin.Encryption
Allows negotiation of the used encryption (Transport-Level Encryption via SSL) mode.
|
static class |
Prelogin.InstanceValidation
Allows validating a remote SQL server instance.
|
static class |
Prelogin.Terminator
Terminating token indicating the end of prelogin tokens.
|
static class |
Prelogin.ThreadId
Token that allows associating a client application Thread Id with the connection.
|
static class |
Prelogin.TraceId
TraceId token that allows associating a connectionId/activityId with the connection.
|
static class |
Prelogin.UnknownToken
Token placeholder that consumes unknown tokens.
|
static class |
Prelogin.Version
Version information representing the SQL server version.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Prelogin.Token> |
Prelogin.getRequiredToken(Class<? extends T> tokenType)
Resolve a
Prelogin.Token given its type. |
<T extends Prelogin.Token> |
Prelogin.getToken(Class<? extends T> tokenType)
Resolve a
Prelogin.Token given its type. |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Prelogin.Token> |
Prelogin.getTokens() |
| Constructor and Description |
|---|
Prelogin(List<? extends Prelogin.Token> tokens)
|
Copyright © 2023. All rights reserved.