Package | Description |
---|---|
org.jboss.ws.core.client.transport |
Modifier and Type | Method and Description |
---|---|
NettyTransportHandler |
KeepAliveCache.get(URL url)
Check to see if this URL has a cached NettyTransportHandler
|
static NettyTransportHandler |
NettyTransportHandler.getInstance(URL url,
boolean useCache,
org.jboss.netty.channel.ChannelPipelineFactory pipelineFactory) |
static NettyTransportHandler |
NettyTransportHandler.getInstance(URL url,
org.jboss.netty.channel.ChannelPipelineFactory pipelineFactory) |
Modifier and Type | Method and Description |
---|---|
void |
KeepAliveCache.put(URL url,
NettyTransportHandler transport)
Register this URL and NettyTransportHandler with the cache
|
void |
KeepAliveCache.remove(NettyTransportHandler h,
Object obj) |
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.