public class HttpsListenerService extends HttpListenerService
HttpListenerService to add SSL.httpListenerRegistrybinding, bufferPool, commonOptions, listenerOptions, openListener, redirectSocket, serverService, socketOptions, worker| Constructor and Description |
|---|
HttpsListenerService(String name,
String serverName,
org.xnio.OptionMap listenerOptions,
org.xnio.OptionMap socketOptions) |
| Modifier and Type | Method and Description |
|---|---|
protected io.undertow.server.OpenListener |
createOpenListener() |
protected String |
getProtocol() |
org.jboss.msc.value.InjectedValue<org.jboss.as.domain.management.SecurityRealm> |
getSecurityRealm() |
boolean |
isSecure() |
protected void |
startListening(org.xnio.XnioWorker worker,
InetSocketAddress socketAddress,
org.xnio.ChannelListener<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>> acceptListener) |
protected void |
stopListening() |
getHttpListenerRegistry, getValue, preStartgetBinding, getBufferPool, getBufferSize, getName, getOpenListener, getRedirectSocket, getServerService, getUndertowService, getWorker, registerBinding, start, stop, unregisterBindingprotected io.undertow.server.OpenListener createOpenListener()
createOpenListener in class HttpListenerServiceprotected void startListening(org.xnio.XnioWorker worker,
InetSocketAddress socketAddress,
org.xnio.ChannelListener<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>> acceptListener)
throws IOException
startListening in class HttpListenerServiceIOExceptionpublic boolean isSecure()
isSecure in class HttpListenerServiceprotected void stopListening()
stopListening in class HttpListenerServicepublic org.jboss.msc.value.InjectedValue<org.jboss.as.domain.management.SecurityRealm> getSecurityRealm()
protected String getProtocol()
getProtocol in class HttpListenerServiceCopyright © 2015 JBoss by Red Hat. All rights reserved.