|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OncRpcDispatchable | |
|---|---|
| org.acplt.oncrpc.server | ONC/RPC Server support package. |
| Uses of OncRpcDispatchable in org.acplt.oncrpc.server |
|---|
| Fields in org.acplt.oncrpc.server declared as OncRpcDispatchable | |
|---|---|
protected OncRpcDispatchable |
OncRpcServerTransport.dispatcher
Reference to interface of an object capable of handling/dispatching ONC/RPC requests. |
| Constructors in org.acplt.oncrpc.server with parameters of type OncRpcDispatchable | |
|---|---|
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,
java.net.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,
java.net.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,
java.net.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,
java.net.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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||