Class IoTransport
java.lang.Object
io.netty.handler.ssl.ocsp.IoTransport
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic IoTransportcreate(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel) Create a newIoTransportinstance
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
public static IoTransport create(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel) Create a newIoTransportinstance- Parameters:
eventLoop-EventLoopto use for I/OsocketChannel-SocketChannelfor TCP DNS lookup and OCSP querydatagramChannel-DatagramChannelfor UDP DNS lookup- Returns:
NullPointerExceptionif any parameter isnull
-
eventLoop
-
socketChannel
-
datagramChannel
-