public interface OncRpcProtocols
Modifier and Type | Field and Description |
---|---|
static int |
ONCRPC_HTTP
Use the HTTP application protocol for tunneling ONC remote procedure
calls.
|
static int |
ONCRPC_TCP
Use the TCP protocol of the IP (Internet Protocol) suite as the
network communication protocol for doing remote procedure calls.
|
static int |
ONCRPC_UDP
Use the UDP protocol of the IP (Internet Protocol) suite as the
network communication protocol for doing remote procedure calls.
|
static final int ONCRPC_UDP
static final int ONCRPC_TCP
static final int ONCRPC_HTTP
Copyright © 2022. All rights reserved.