public abstract class SocketListener extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FileDescriptor |
fd |
| Constructor and Description |
|---|
SocketListener() |
| Modifier and Type | Method and Description |
|---|---|
abstract Socket |
accept() |
FileDescriptor |
getFd() |
abstract void |
shutdown() |
protected FileDescriptor fd
public abstract Socket accept()
public FileDescriptor getFd()
Copyright © 2019. All rights reserved.