public class HttpsListenerService extends HttpListenerService
HttpListenerService to add SSL.httpListenerRegistrybinding, bufferPool, commonOptions, listenerHandlerWrappers, 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 String |
getProtocol() |
org.jboss.msc.value.InjectedValue<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() |
createOpenListener, getHttpListenerRegistry, getValue, preStartgetBinding, getBufferPool, getBufferSize, getName, getRedirectSocket, getServerService, getWorker, registerBinding, start, stop, unregisterBindingprotected 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<SecurityRealm> getSecurityRealm()
protected String getProtocol()
getProtocol in class HttpListenerServiceCopyright © 2014 JBoss by Red Hat. All rights reserved.