public class ByteBufUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static InetAddress |
DEFAULT_INET_ADDRESS |
| Constructor and Description |
|---|
ByteBufUtils() |
| Modifier and Type | Method and Description |
|---|---|
static InetAddress |
getInetAddress(io.netty.buffer.ByteBuf buf,
int offset,
int length) |
static long |
getUnsignedInteger(io.netty.buffer.ByteBuf buf,
int offset,
int length) |
static InetAddress |
readInetAddress(io.netty.buffer.ByteBuf buf) |
public static final InetAddress DEFAULT_INET_ADDRESS
public static long getUnsignedInteger(io.netty.buffer.ByteBuf buf,
int offset,
int length)
public static InetAddress getInetAddress(io.netty.buffer.ByteBuf buf, int offset, int length)
public static InetAddress readInetAddress(io.netty.buffer.ByteBuf buf)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.