Package | Description |
---|---|
org.alfresco.jlan.oncrpc | |
org.alfresco.jlan.oncrpc.mount | |
org.alfresco.jlan.oncrpc.nfs | |
org.alfresco.jlan.oncrpc.portmap |
Modifier and Type | Class and Description |
---|---|
class |
RpcNetworkServer
RPC Network Server Abstract Class
|
Modifier and Type | Method and Description |
---|---|
protected RpcProcessor |
TcpRpcSessionHandler.getRpcProcessor()
Return the RPC server used to process the requests
|
protected RpcProcessor |
UdpRpcDatagramHandler.getRpcProcessor()
Return the RPC server used to process the requests
|
Constructor and Description |
---|
MultiThreadedTcpRpcPacketHandler(TcpRpcSessionHandler handler,
int sessId,
RpcProcessor server,
Socket socket,
int maxRpcSize)
Class constructor to create a TCP RPC handler for a server.
|
MultiThreadedTcpRpcSessionHandler(String name,
String protocol,
RpcProcessor rpcServer,
NetworkServer server,
InetAddress addr,
int port,
int maxSize)
Class constructor
|
MultiThreadedUdpRpcDatagramHandler(String name,
String protocol,
RpcProcessor rpcServer,
NetworkServer server,
InetAddress addr,
int port,
int maxSize)
Class constructor
|
RpcRequestThreadPool(String threadName,
int poolSize,
RpcProcessor rpcServer)
Class constructor
|
RpcRequestThreadPool(String threadName,
RpcProcessor rpcServer)
Class constructor
|
TcpRpcPacketHandler(TcpRpcSessionHandler handler,
int sessId,
RpcProcessor server,
Socket socket,
int maxRpcSize)
Class constructor to create a TCP RPC handler for a server.
|
TcpRpcSessionHandler(String name,
String protocol,
RpcProcessor rpcServer,
NetworkServer server,
InetAddress addr,
int port,
int maxSize)
Class constructor
|
UdpRpcDatagramHandler(String name,
String protocol,
RpcProcessor rpcServer,
NetworkServer server,
InetAddress addr,
int port,
int maxSize)
Class constructor
|
Modifier and Type | Class and Description |
---|---|
class |
MountServer
Mount Server Class
|
Modifier and Type | Class and Description |
---|---|
class |
NFSServer
NFS Server Class
|
Modifier and Type | Class and Description |
---|---|
class |
PortMapperServer
Port Mapper Server Class
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.