public abstract class AbstractStreamServerService extends Object implements org.jboss.msc.service.Service<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>>
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> |
getEndpointInjector() |
org.jboss.msc.inject.Injector<org.wildfly.security.auth.server.SaslAuthenticationFactory> |
getSaslAuthenticationFactoryInjector() |
org.jboss.msc.inject.Injector<SecurityRealm> |
getSecurityRealmInjector() |
org.jboss.msc.value.InjectedValue<SocketBindingManager> |
getSocketBindingManagerInjector() |
org.jboss.msc.inject.Injector<SSLContext> |
getSSLContextInjector() |
org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection> |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection> getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.xnio.channels.AcceptingChannel<org.xnio.StreamConnection>>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.inject.Injector<SecurityRealm> getSecurityRealmInjector()
public org.jboss.msc.inject.Injector<org.wildfly.security.auth.server.SaslAuthenticationFactory> getSaslAuthenticationFactoryInjector()
public org.jboss.msc.inject.Injector<SSLContext> getSSLContextInjector()
public org.jboss.msc.value.InjectedValue<org.jboss.remoting3.Endpoint> getEndpointInjector()
public org.jboss.msc.value.InjectedValue<SocketBindingManager> getSocketBindingManagerInjector()
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>>org.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>>Copyright © 2017 JBoss by Red Hat. All rights reserved.