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, getSecurityProviderInjector, getSocketBindingManagerInjector, 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<? extends org.xnio.channels.ConnectedStreamChannel>>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<? extends org.xnio.channels.ConnectedStreamChannel>>stop in class AbstractStreamServerServicepublic SocketBinding getSocketBinding()
InjectedSocketBindingStreamServerServiceCopyright © 2015 JBoss by Red Hat. All rights reserved.