Package org.openziti.vertx
Class ZitiTransport
-
- All Implemented Interfaces:
-
io.vertx.core.spi.transport.Transport
public final class ZitiTransport implements Transport
-
-
Constructor Summary
Constructors Constructor Description ZitiTransport(ZitiContext ztx)ZitiTransport(ZitiContext ztx, Map<Integer, ZitiAddress.Bind> binding)
-
Method Summary
Modifier and Type Method Description final ZitiContextgetZtx()final Map<Integer, ZitiAddress.Bind>getBinding()ChannelFactory<out Channel>channelFactory(Boolean domainSocket)ChannelFactory<out ServerChannel>serverChannelFactory(Boolean domainSocket)EventLoopGroupeventLoopGroup(Integer type, Integer nThreads, ThreadFactory threadFactory, Integer ioRatio)DatagramChanneldatagramChannel()DatagramChanneldatagramChannel(InternetProtocolFamily family)ZitiAddress.Bindconvert(SocketAddress address)SocketAddressconvert(SocketAddress address)-
Methods inherited from class io.vertx.core.spi.transport.Transport
configure, configure, configure, isAvailable, supportFileRegion, supportsDomainSockets, unavailabilityCause -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getZtx
final ZitiContext getZtx()
-
getBinding
final Map<Integer, ZitiAddress.Bind> getBinding()
-
channelFactory
ChannelFactory<out Channel> channelFactory(Boolean domainSocket)
-
serverChannelFactory
ChannelFactory<out ServerChannel> serverChannelFactory(Boolean domainSocket)
-
eventLoopGroup
EventLoopGroup eventLoopGroup(Integer type, Integer nThreads, ThreadFactory threadFactory, Integer ioRatio)
-
datagramChannel
DatagramChannel datagramChannel()
-
datagramChannel
DatagramChannel datagramChannel(InternetProtocolFamily family)
-
convert
ZitiAddress.Bind convert(SocketAddress address)
-
convert
SocketAddress convert(SocketAddress address)
-
-
-
-