Interface | Description |
---|---|
ClientSocketChannelFactoryProvider |
Provide the org.jboss.netty.channel.socket.ClientSocketChannelFactory
instances to be used each time the JBossWS Netty transport layer
requires a new channel factory to later create a channel.
|
WSResponseHandler.Result |
Class | Description |
---|---|
DefaultClientSocketChannelFactoryProvider |
The default provider of Netty ClientSocketChannelFactory.
|
KeepAliveCache |
The keep-alive cache used for keeping track of idle NettyTransport instances
This is inspired from the KeepAliveCache used by HttpConnection.
|
NettyClient |
A http client using Netty
|
NettyHelper |
Helper for dealing with Netty channels
|
NettyTransportHandler |
This handles the Netty channels, allowing for a
keep-alive system.
|
NettyTransportOutputStream |
An output stream that sends messages using Netty.
|
WSResponseHandler |
A Netty channel upstream handler that receives MessageEvent
and sends data back to the NettyClient.
|
WSServerPipelineFactory |
Copyright © 2018 JBoss by Red Hat. All rights reserved.