public class HttpTransportContextHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
getBossGroup() |
org.osgi.framework.BundleContext |
getBundleContext() |
HandlerExecutor |
getHandlerExecutor() |
static HttpTransportContextHolder |
getInstance() |
ListenerConfiguration |
getListenerConfiguration(String id) |
io.netty.channel.EventLoopGroup |
getWorkerGroup() |
void |
setBossGroup(io.netty.channel.EventLoopGroup bossGroup) |
void |
setBundleContext(org.osgi.framework.BundleContext bundleContext) |
void |
setHandlerExecutor(HandlerExecutor handlerExecutor) |
void |
setListenerConfiguration(String id,
ListenerConfiguration config) |
void |
setWorkerGroup(io.netty.channel.EventLoopGroup workerGroup) |
public io.netty.channel.EventLoopGroup getBossGroup()
public void setBossGroup(io.netty.channel.EventLoopGroup bossGroup)
public io.netty.channel.EventLoopGroup getWorkerGroup()
public void setWorkerGroup(io.netty.channel.EventLoopGroup workerGroup)
public ListenerConfiguration getListenerConfiguration(String id)
public void setListenerConfiguration(String id, ListenerConfiguration config)
public static HttpTransportContextHolder getInstance()
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
public org.osgi.framework.BundleContext getBundleContext()
public void setHandlerExecutor(HandlerExecutor handlerExecutor)
public HandlerExecutor getHandlerExecutor()
Copyright © 2022 WSO2. All rights reserved.