| Package | Description |
|---|---|
| net.jini.jeri.tcp |
Provides implementations of the
Endpoint and
ServerEndpoint abstractions that use TCP sockets
as the underlying communication mechanism. |
| Modifier and Type | Field and Description |
|---|---|
private Constraints.Distilled |
TcpEndpoint.Handle.distilled |
| Modifier and Type | Method and Description |
|---|---|
(package private) static Constraints.Distilled |
Constraints.distill(InvocationConstraints constraints,
boolean relativeOK)
Distills the given constraints to a form more directly usable
by this provider.
|
(package private) Constraints.Distilled |
TcpEndpoint.Handle.getDistilledConstraints() |
| Modifier and Type | Method and Description |
|---|---|
private Socket |
TcpEndpoint.ConnectionEndpointImpl.connectToHost(Constraints.Distilled distilled)
Returns a socket connected to this endpoint's host and
port, according the specified constraints.
|
private Socket |
TcpEndpoint.ConnectionEndpointImpl.connectToSocketAddress(SocketAddress socketAddress,
Constraints.Distilled distilled)
Returns a socket connected to the specified address, with a
timeout governed by the specified constraints.
|
| Constructor and Description |
|---|
Handle(Constraints.Distilled distilled) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.