Uses of Class
com.tremolosecurity.proxy.undertow.ConnectionBuilder
Packages that use ConnectionBuilder
-
Uses of ConnectionBuilder in com.tremolosecurity.proxy.undertow
Methods in com.tremolosecurity.proxy.undertow that return ConnectionBuilderModifier and TypeMethodDescriptionstatic ConnectionBuilder
ConnectionBuilder.connectionBuilder
(org.xnio.XnioWorker worker, io.undertow.connector.ByteBufferPool bufferPool, URI uri) Creates a new connection builder that can be used to create a web socket connection.ConnectionBuilder.setBindAddress
(InetSocketAddress bindAddress) ConnectionBuilder.setClientExtensions
(Set<io.undertow.websockets.extensions.ExtensionHandshake> clientExtensions) ConnectionBuilder.setClientNegotiation
(io.undertow.websockets.client.WebSocketClientNegotiation clientNegotiation) ConnectionBuilder.setOptionMap
(org.xnio.OptionMap optionMap) ConnectionBuilder.setProxySsl
(org.xnio.ssl.XnioSsl proxySsl) ConnectionBuilder.setProxyUri
(URI proxyUri) ConnectionBuilder.setSsl
(org.xnio.ssl.XnioSsl ssl) ConnectionBuilder.setVersion
(io.undertow.websockets.core.WebSocketVersion version)