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, createHttpTransport
public Tube doCreate(@NotNull ClientTubeAssemblerContext context)
TransportTubeFactory
Tube
for the given port, if this factory can do so,
or return null.doCreate
in class TransportTubeFactory
context
- Object that captures various contextual information
that can be used to determine the tubeline to be assembled.TransportTubeFactory
s
that can. Or non-null.Copyright © 2015 Oracle Corporation. All rights reserved.