public class HttpsListenerService extends HttpListenerService
HttpListenerService
to add SSL.httpListenerRegistry
binding, bufferPool, listenerHandlerWrappers, openListener, SERVER_OPTIONS, serverService, worker
Constructor and Description |
---|
HttpsListenerService(String name,
String serverName,
long maxUploadSize) |
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, preStart
getBinding, getBufferPool, getBufferSize, getName, getServerService, getWorker, registerBinding, start, stop, unregisterBinding
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<SecurityRealm> getSecurityRealm()
protected String getProtocol()
getProtocol
in class HttpListenerService
Copyright © 2013 JBoss by Red Hat. All rights reserved.