Package | Description |
---|---|
com.couchbase.client.core.endpoint | |
com.couchbase.client.core.msg |
Modifier and Type | Method and Description |
---|---|
HostAndPort |
EndpointContext.remoteSocket() |
Modifier and Type | Method and Description |
---|---|
Optional<HostAndPort> |
EndpointContext.localSocket() |
Constructor and Description |
---|
EndpointContext(CoreContext ctx,
HostAndPort remoteSocket,
CircuitBreaker circuitBreaker,
ServiceType serviceType,
Optional<HostAndPort> localSocket,
Optional<String> bucket,
Optional<String> channelId)
Creates a new
EndpointContext . |
Constructor and Description |
---|
EndpointContext(CoreContext ctx,
HostAndPort remoteSocket,
CircuitBreaker circuitBreaker,
ServiceType serviceType,
Optional<HostAndPort> localSocket,
Optional<String> bucket,
Optional<String> channelId)
Creates a new
EndpointContext . |
Modifier and Type | Method and Description |
---|---|
HostAndPort |
RequestContext.lastDispatchedFrom() |
HostAndPort |
RequestContext.lastDispatchedTo() |
Modifier and Type | Method and Description |
---|---|
RequestContext |
RequestContext.lastDispatchedFrom(HostAndPort lastDispatchedFrom) |
RequestContext |
RequestContext.lastDispatchedTo(HostAndPort lastDispatchedTo) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.