public class HttpConfiguration extends Configuration
capabilities, commands, datasetProcessingModes, DEFAULT_FRAME_PART_MAX_LENGTH, DEFAULT_NB_OF_LISTEN_THREADS, DEFAULT_NB_OF_SESSION_THREADS, framePartMaxLength, listenPort, nbListenThreads, nbParserThreads, nbSessionThreads, parameters, protocolService, recordProcessingModes, serverEndpoints| Constructor and Description |
|---|
HttpConfiguration(ProtocolCapabilities capabilities)
Instantiates a new http configuration.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClientSSLPort()
Gets the client SSL port.
|
int |
getDefaultProtocolPort() |
String |
getProtocolName() |
int |
getServerSSLPort()
Gets the server SSL port.
|
boolean |
isClientSSLMode()
Checks if is client SSL mode.
|
boolean |
isServerSSLMode()
Checks if is server SSL mode.
|
void |
setClientSSLPort(Integer clientSSLPort)
Sets the client SSL port.
|
void |
setServerSSLPort(Integer serverSSLPort)
Sets the server SSL port.
|
void |
setSSLClient(boolean isSSLClient)
Sets the SSL client.
|
void |
setSSLServer(boolean isSSLServer)
Sets the SSL server.
|
getComputationCommands, getFramePartMaxLength, getListenPort, getNbListenThreads, getNbParserThreads, getNbSessionThreads, getParameters, getProcessingMode, getProtocolService, getServerEndpoint, getServerEndpoints, register, registerDataTypes, setComputationCommands, setFramePartMaxLength, setListenPort, setNbListenThreads, setNbParserThreads, setNbSessionThreads, setParameters, setProcessingMode, setServerAddress, setServerAddresses, setServerAddresses, setServerEndpoint, setServerEndpoints, setServerEndpointsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetServerEndpoint, setParameterspublic HttpConfiguration(ProtocolCapabilities capabilities)
capabilities - the capabilitiespublic String getProtocolName()
public int getDefaultProtocolPort()
public boolean isClientSSLMode()
public boolean isServerSSLMode()
public void setSSLClient(boolean isSSLClient)
isSSLClient - the new SSL clientpublic void setSSLServer(boolean isSSLServer)
isSSLServer - the new SSL serverpublic void setServerSSLPort(Integer serverSSLPort)
serverSSLPort - the new server SSL portpublic void setClientSSLPort(Integer clientSSLPort)
clientSSLPort - the new client SSL portpublic int getClientSSLPort()
public int getServerSSLPort()
Copyright © 2017 The CLARUS Consortium. All rights reserved.