public class Transports extends Object
EventLoopGroup and Channel classes for TCP socket
and domain socket transports.| Modifier and Type | Class and Description |
|---|---|
static class |
Transports.NativeTransports
Native transport support.
|
| Constructor and Description |
|---|
Transports() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends io.netty.channel.socket.DatagramChannel> |
datagramChannelClass() |
static Class<? extends io.netty.channel.EventLoopGroup> |
eventLoopGroupClass() |
static Class<? extends io.netty.channel.Channel> |
socketChannelClass() |
public static Class<? extends io.netty.channel.EventLoopGroup> eventLoopGroupClass()
EventLoopGroup for socket transport that is compatible with socketChannelClass().public static Class<? extends io.netty.channel.Channel> socketChannelClass()
Channel for socket (network/TCP) transport.public static Class<? extends io.netty.channel.socket.DatagramChannel> datagramChannelClass()
DatagramChannel for socket (network/UDP) transport.Copyright © 2024 lettuce.io. All rights reserved.