public final class VSockAddress extends SocketAddress
Modifier and Type | Field and Description |
---|---|
static int |
VMADDR_CID_ANY |
static int |
VMADDR_CID_HOST |
static int |
VMADDR_CID_HYPERVISOR |
static int |
VMADDR_CID_LOCAL |
static int |
VMADDR_PORT_ANY |
Constructor and Description |
---|
VSockAddress(int cid,
int port) |
public static final int VMADDR_CID_ANY
public static final int VMADDR_CID_HYPERVISOR
public static final int VMADDR_CID_LOCAL
public static final int VMADDR_CID_HOST
public static final int VMADDR_PORT_ANY
Copyright © 2008–2024 The Netty Project. All rights reserved.