Interface Transport
- All Known Implementing Classes:
QUICTransport,TCPTransport
public interface Transport
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFuturebind(InetSocketAddress var1) getType()voidshutdown()
-
Method Details
-
getType
TransportType getType() -
bind
- Throws:
InterruptedException
-
shutdown
void shutdown()
-