public interface WebstartConfiguration extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
HTTP
Connection mode http.
|
static String |
SOCKET
Connection mode socket.
|
Modifier and Type | Method and Description |
---|---|
int |
getCompression()
Returns the compression level to apply when using Java Web Start.
|
String |
getConnectionMode()
Returns the connection mode of this Web Start configuration.
|
int |
getEncryption()
Returns the encryption method to apply when using Java Web Start.
|
String |
getHost()
Returns the hostname to connect to.
|
int |
getMemory()
Returns the amount of memory in megabytes available to the virtual machine.
|
String |
getParameters()
Returns optional parameters for the Java Web Start connection, defined as "PARAMETER1=VALUE1; PARAMETER2=VALUE2"
|
int |
getPort()
Returns the port number to use.
|
String |
getServletZone()
Returns the servlet context under which the root web application has been deployed, e.g.
|
boolean |
getUseHttps()
Indicates whether https should be used.
|
static final String HTTP
getConnectionMode()
,
Constant Field Valuesstatic final String SOCKET
getConnectionMode()
,
Constant Field Values@NotNull String getHost()
int getPort()
int getMemory()
int getCompression()
ConnectionManager
,
e.g. ConnectionManager.COMPRESSION_DEFLATE_SPEED
.int getEncryption()
ConnectionManager
, e.g. ConnectionManager.ENCRYPTION_TLS
.boolean getUseHttps()
String getServletZone()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210