| Modifier and Type | Method and Description |
|---|---|
Prelogin |
build()
Build the
Prelogin message. |
Prelogin.Builder |
withActivityId(UUID activityId)
Configure the client-side activity
UUID. |
Prelogin.Builder |
withActivitySequence(int activitySequence)
Configure the client-side activity sequence.
|
Prelogin.Builder |
withConnectionId(UUID connectionId)
Configure the client-side connection
UUID. |
Prelogin.Builder |
withEncryptionDisabled()
Disable encryption.
|
Prelogin.Builder |
withEncryptionEnabled()
Enable encryption.
|
Prelogin.Builder |
withEncryptionNotSupported()
Disable encryption by indicating encryption not supported.
|
Prelogin.Builder |
withInstanceName(String instanceName) |
Prelogin.Builder |
withThreadId(int threadId)
Configure the client-side Thread Id.
|
public Prelogin.Builder withConnectionId(UUID connectionId)
UUID. Typically used for tracing.connectionId - the connection UUID.this Prelogin.Builder.public Prelogin.Builder withActivityId(UUID activityId)
UUID. Typically used for tracing.activityId - the activity UUID.this Prelogin.Builder.public Prelogin.Builder withActivitySequence(int activitySequence)
activitySequence - the activity sequence.this Prelogin.Builder.public Prelogin.Builder withThreadId(int threadId)
threadId - the Thread Id.this Prelogin.Builder.public Prelogin.Builder withEncryptionDisabled()
this Prelogin.Builder.public Prelogin.Builder withEncryptionEnabled()
this Prelogin.Builder.public Prelogin.Builder withEncryptionNotSupported()
this Prelogin.Builder.public Prelogin.Builder withInstanceName(String instanceName)
Copyright © 2023. All rights reserved.