Package | Description |
---|---|
org.acplt.oncrpc.apps.jportmap |
Java-based portmap
|
org.acplt.oncrpc.server |
ONC/RPC Server support package.
|
Modifier and Type | Class and Description |
---|---|
class |
jportmap
The class
jportmap implements a Java-based ONC/RPC port mapper,
speaking the widely deployed protocol version 2. |
Modifier and Type | Field and Description |
---|---|
protected OncRpcDispatchable |
OncRpcServerTransport.dispatcher
Reference to interface of an object capable of handling/dispatching
ONC/RPC requests.
|
Constructor and Description |
---|
OncRpcServerTransport(OncRpcDispatchable dispatcher,
int port,
OncRpcServerTransportRegistrationInfo[] info)
Create a new instance of a
OncRpcServerTransport which
encapsulates XDR streams of an ONC/RPC server. |
OncRpcTcpConnectionServerTransport(OncRpcDispatchable dispatcher,
Socket socket,
int program,
int version,
int bufferSize,
OncRpcTcpServerTransport parent,
int transmissionTimeout)
Create a new instance of a
OncRpcTcpSConnectionerverTransport
which encapsulates TCP/IP-based XDR streams of an ONC/RPC server. |
OncRpcTcpConnectionServerTransport(OncRpcDispatchable dispatcher,
Socket socket,
OncRpcServerTransportRegistrationInfo[] info,
int bufferSize,
OncRpcTcpServerTransport parent,
int transmissionTimeout)
Create a new instance of a
OncRpcTcpSConnectionerverTransport
which encapsulates TCP/IP-based XDR streams of an ONC/RPC server. |
OncRpcTcpServerTransport(OncRpcDispatchable dispatcher,
InetAddress bindAddr,
int port,
OncRpcServerTransportRegistrationInfo[] info,
int bufferSize)
Create a new instance of a
OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server. |
OncRpcTcpServerTransport(OncRpcDispatchable dispatcher,
int port,
int program,
int version,
int bufferSize)
Create a new instance of a
OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server. |
OncRpcTcpServerTransport(OncRpcDispatchable dispatcher,
int port,
OncRpcServerTransportRegistrationInfo[] info,
int bufferSize)
Create a new instance of a
OncRpcTcpServerTransport which
encapsulates TCP/IP-based XDR streams of an ONC/RPC server. |
OncRpcUdpServerTransport(OncRpcDispatchable dispatcher,
InetAddress bindAddr,
int port,
OncRpcServerTransportRegistrationInfo[] info,
int bufferSize)
Create a new instance of a
OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server. |
OncRpcUdpServerTransport(OncRpcDispatchable dispatcher,
int port,
int program,
int version,
int bufferSize)
Create a new instance of a
OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server. |
OncRpcUdpServerTransport(OncRpcDispatchable dispatcher,
int port,
OncRpcServerTransportRegistrationInfo[] info,
int bufferSize)
Create a new instance of a
OncRpcUdpServerTransport which
encapsulates UDP/IP-based XDR streams of an ONC/RPC server. |
Copyright © 2015. All rights reserved.