public interface Pollable
Modifier and Type | Method and Description |
---|---|
SelectableChannel |
getChannel()
Get the SelectableChannel (if any) for this poll item.
|
EnumSet<PollerType> |
getOptions()
Get the options used for this poll item
|
Socket |
getSocket()
Get the socket (if any) for this poll item.
|
Socket getSocket()
SelectableChannel getChannel()
EnumSet<PollerType> getOptions()
Copyright © 2019. All rights reserved.