Package | Description |
---|---|
org.zeromq.api | |
org.zeromq.jzmq | |
org.zeromq.jzmq.poll |
Modifier and Type | Method and Description |
---|---|
static PollerType |
PollerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollerType[] |
PollerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<PollerType> |
Pollable.getOptions()
Get the options used for this poll item
|
Modifier and Type | Method and Description |
---|---|
Pollable |
Context.newPollable(SelectableChannel channel,
PollerType... options)
Create a new Pollable from the socket, with the requested options.
|
Pollable |
Context.newPollable(Socket socket,
PollerType... options)
Create a new Pollable from the socket, with the requested options.
|
Modifier and Type | Method and Description |
---|---|
Pollable |
ManagedContext.newPollable(SelectableChannel channel,
PollerType... options) |
Pollable |
ManagedContext.newPollable(Socket socket,
PollerType... options) |
Modifier and Type | Method and Description |
---|---|
EnumSet<PollerType> |
PollableImpl.getOptions() |
Constructor and Description |
---|
PollableImpl(SelectableChannel channel,
PollerType... options) |
PollableImpl(Socket socket,
PollerType... options) |
Copyright © 2019. All rights reserved.