public class InjectedSocketBindingStreamServerService extends AbstractStreamServerService
AbstractStreamServerService that uses an injected socket binding.| Constructor and Description |
|---|
InjectedSocketBindingStreamServerService(org.xnio.OptionMap connectorPropertiesOptionMap) |
| Modifier and Type | Method and Description |
|---|---|
SocketBinding |
getSocketBinding()
Returns the socket binding applicable for this
InjectedSocketBindingStreamServerService |
org.jboss.msc.value.InjectedValue<SocketBinding> |
getSocketBindingInjector() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
getEndpointInjector, getSaslAuthenticationFactoryInjector, getSecurityRealmInjector, getSocketBindingManagerInjector, getSSLContextInjector, getValuepublic InjectedSocketBindingStreamServerService(org.xnio.OptionMap connectorPropertiesOptionMap)
public org.jboss.msc.value.InjectedValue<SocketBinding> getSocketBindingInjector()
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>>start in class AbstractStreamServerServiceorg.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>>stop in class AbstractStreamServerServicepublic SocketBinding getSocketBinding()
InjectedSocketBindingStreamServerServiceCopyright © 2018 JBoss by Red Hat. All rights reserved.