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, getValue
public 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 AbstractStreamServerService
org.jboss.msc.service.StartException
public 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 AbstractStreamServerService
public SocketBinding getSocketBinding()
InjectedSocketBindingStreamServerService
Copyright © 2023 JBoss by Red Hat. All rights reserved.