public class ConnectionOut
extends java.lang.Object
Constructor and Description |
---|
ConnectionOut(Server toServer,
java.util.UUID serverUUID,
InfoRequest infoRequest,
ConnectionLog connectionLog)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
sendRequest() |
public ConnectionOut(Server toServer, java.util.UUID serverUUID, InfoRequest infoRequest, ConnectionLog connectionLog)
toServer
- Full address to another Plan webserver. (http://something:port)serverUUID
- UUID of server this outbound connection.infoRequest
- Type of the action this connection wants to be performed.connectionLog
- Where the connection should be logged.public void sendRequest() throws WebException
WebException