public class AsyncClientTransportTubeFactory extends TransportTubeFactory
| Constructor and Description |
|---|
AsyncClientTransportTubeFactory() |
| Modifier and Type | Method and Description |
|---|---|
Tube |
doCreate(ClientTubeAssemblerContext context)
Creates a transport
Tube for the given port, if this factory can do so,
or return null. |
create, createDefault, createHttpTransportpublic Tube doCreate(@NotNull ClientTubeAssemblerContext context)
TransportTubeFactoryTube for the given port, if this factory can do so,
or return null.doCreate in class TransportTubeFactorycontext - Object that captures various contextual information
that can be used to determine the tubeline to be assembled.TransportTubeFactorys
that can. Or non-null.Copyright © 2015 Oracle Corporation. All rights reserved.