Managing the Underlying Transport
Layers
You can use several low-level communication protocols with P4 Provider Service to transport calls from remote clients to the implementations of the remote objects.
You can set the transport layers using the Properties screen of P4 Provider Service running on the Java dispatcher:
...
1. Add the communication protocol you want to use in the list that appears as a value of allTransports property.
2. Specify the port, on which P4 Provider Service listens to for the different types of client connections:
If you want to |
Then |
Use P4 with no underlying transport layer |
Assign value to the port property. |
Use P4 over HTTP Tunneling |
Assign value to the httptunneling property. |
Use P4 over SSL |
Assign value to the ssl property. |
Use P4 over secure HTTP |
Assign value to the https property. |