public class HttpsListenerService extends HttpListenerService
HttpListenerService
to add SSL.httpListenerRegistry
binding, bufferPool, commonOptions, listenerOptions, openListener, redirectSocket, serverService, socketOptions, worker
Constructor and Description |
---|
HttpsListenerService(String name,
String serverName,
org.xnio.OptionMap listenerOptions,
String cipherSuites,
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() |
cleanFailedStart, getHttpListenerRegistry, getValue, preStart
getBinding, getBufferPool, getName, getOpenListener, getRedirectSocket, getServerService, getUndertowService, getWorker, registerBinding, start, stop, unregisterBinding
protected io.undertow.server.OpenListener createOpenListener()
createOpenListener
in class HttpListenerService
protected void startListening(org.xnio.XnioWorker worker, InetSocketAddress socketAddress, org.xnio.ChannelListener<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>> acceptListener) throws IOException
startListening
in class HttpListenerService
IOException
public boolean isSecure()
isSecure
in class HttpListenerService
protected void stopListening()
stopListening
in class HttpListenerService
public org.jboss.msc.value.InjectedValue<org.jboss.as.domain.management.SecurityRealm> getSecurityRealm()
protected String getProtocol()
getProtocol
in class HttpListenerService
Copyright © 2016 JBoss by Red Hat. All rights reserved.