public class WildcardEndpoint extends Endpoint
connConfig, defaultPrefix, hasName, host, name, port, spn, sslContext, sslOptions, tostringPrefix
Constructor | Description |
---|---|
WildcardEndpoint(int port) |
|
WildcardEndpoint(int port,
ConnectionConfiguration connConf) |
|
WildcardEndpoint(int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
|
WildcardEndpoint(java.lang.String name,
int port) |
|
WildcardEndpoint(java.lang.String name,
int port,
ConnectionConfiguration connConf) |
|
WildcardEndpoint(java.lang.String name,
int port,
ConnectionConfiguration connConf,
boolean tlsEnabled,
javax.net.ssl.SSLContext sslContext,
SSLExtendedOptions sslOptions) |
Modifier and Type | Method | Description |
---|---|---|
java.net.URI |
getUri() |
Deprecated.
|
java.lang.String |
toString() |
|
protected void |
validatePort(int port) |
clone, equals, getConfiguration, getHost, getName, getPort, getSPN, getSSLContext, getSSLOptions, hashCode, hasName, setEndpointName, setSPN
public WildcardEndpoint(int port)
port
- Port to bind socket topublic WildcardEndpoint(java.lang.String name, int port)
name
- Name of endpoint, will be seen in logsport
- Port to bind socket topublic WildcardEndpoint(int port, ConnectionConfiguration connConf)
port
- Port to bind socket toconnConf
- Connection configuration properties. Must not be null.public WildcardEndpoint(java.lang.String name, int port, ConnectionConfiguration connConf)
name
- Name of endpoint, will be seen in logsport
- Port to bind socket toconnConf
- Connection configuration properties. Must not be null.public WildcardEndpoint(int port, ConnectionConfiguration connConf, boolean tlsEnabled, javax.net.ssl.SSLContext sslContext, SSLExtendedOptions sslOptions)
port
- Port to bind socket toconnConf
- Connection configuration properties. Must not be null.tlsEnabled
- if true, TLS will be started immediately upon connection;
if false, TLS is only started by request from protocolsslContext
- TLS configuration to be used with this Endpoint. Can be null.sslOptions
- Additional TLS options to be used with this Endpoint. Can be null.public WildcardEndpoint(java.lang.String name, int port, ConnectionConfiguration connConf, boolean tlsEnabled, javax.net.ssl.SSLContext sslContext, SSLExtendedOptions sslOptions)
name
- Name of endpoint, will be seen in logsport
- Port to bind socket toconnConf
- Connection configuration properties. Must not be null.tlsEnabled
- if true, TLS will be started immediately upon connection;
if false, TLS is only started by request from protocolsslContext
- TLS configuration to be used with this Endpoint. Can be null.sslOptions
- Additional TLS options to be used with this Endpoint. Can be null.protected void validatePort(int port)
validatePort
in class Endpoint
@Deprecated public java.net.URI getUri()
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.