| Package | Description |
|---|---|
| xyz.cofe.unix.linux |
Содержит классы для получение информации о процессах linux.
|
| xyz.cofe.unix.linux.proc.fs |
| Modifier and Type | Method and Description |
|---|---|
static TcpState |
TcpState.get(int stateNumber) |
TcpState |
TcpSocket.getState()
Возвращает состояние сокета
|
static TcpState |
TcpState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpState[] |
TcpState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TcpState |
TcpSocketImpl.getState()
Возвращает состояние сокета
|
Copyright © 2018. All rights reserved.