Package | Description |
---|---|
net.jini.jeri.http |
Provides implementations of the
Endpoint and
ServerEndpoint abstractions that use HTTP
messages sent over TCP sockets as the underlying communication
mechanism. |
net.jini.jeri.kerberos |
Provides implementations of
Endpoint and ServerEndpoint that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests. |
net.jini.jeri.ssl |
Provides implementations of
Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
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 static LocalHost |
HttpServerEndpoint.LOCAL_HOST |
Modifier and Type | Field and Description |
---|---|
private static LocalHost |
KerberosServerEndpoint.LOCAL_HOST |
Modifier and Type | Field and Description |
---|---|
private static LocalHost |
SslServerEndpointImpl.LOCAL_HOST |
Modifier and Type | Field and Description |
---|---|
private static LocalHost |
TcpServerEndpoint.LOCAL_HOST |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.