Uses of Class
org.acplt.oncrpc.server.OncRpcServerTransportRegistrationInfo

Packages that use OncRpcServerTransportRegistrationInfo
org.acplt.oncrpc.server ONC/RPC Server support package. 
 

Uses of OncRpcServerTransportRegistrationInfo in org.acplt.oncrpc.server
 

Fields in org.acplt.oncrpc.server declared as OncRpcServerTransportRegistrationInfo
protected  OncRpcServerTransportRegistrationInfo[] OncRpcServerTransport.info
          Program and version number tuples handled by this server transport.
 OncRpcServerTransportRegistrationInfo[] OncRpcServerStub.info
          Array containing program and version numbers tuples this server is willing to handle.
 

Constructors in org.acplt.oncrpc.server with parameters of type OncRpcServerTransportRegistrationInfo
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, 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, 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, OncRpcServerTransportRegistrationInfo[] info, int bufferSize)
          Create a new instance of a OncRpcUdpServerTransport which encapsulates UDP/IP-based XDR streams of an ONC/RPC server.
 



Copyright © 2011. All Rights Reserved.