More information: http://www.cs.berkeley.edu/~mdw/proj/java-nbio/
< A B C D E F G H I J L M N O R S T U W

<

() - Static method in class seda.nbio.NonblockingDatagramSocket
 
() - Static method in class seda.nbio.NonblockingSocket
 
() - Static method in class seda.nbio.NonblockingServerSocket
 
() - Static method in class seda.nbio.SelectSet
 

A

ACCEPT_READY - Static variable in interface seda.nbio.Selectable
Event mask specifying that a new incoming connection is pending.
accept() - Method in class seda.nbio.NonblockingServerSocket
Accept a connection on this server socket.
accept(NonblockingSocketImpl) - Method in class seda.nbio.NonblockingSocketImpl
 
add(SelectItem) - Method in class seda.nbio.SelectSetImpl
 
add(SelectItem) - Method in class seda.nbio.SelectSetDevPollImpl
Add a SelectItem to this SelectSetDevPollImpl.
add(SelectItem) - Method in class seda.nbio.SelectSetPollImpl
Add a SelectItem to this SelectSetPollImpl.
add(SelectItem) - Method in class seda.nbio.SelectSet
Add a SelectItem to this SelectSet.
add(SelectItem[]) - Method in class seda.nbio.SelectSetImpl
 
add(SelectItem[]) - Method in class seda.nbio.SelectSetDevPollImpl
Add all of the SelectItems in the given array to the SelectSetDevPollImpl.
add(SelectItem[]) - Method in class seda.nbio.SelectSetPollImpl
Add all of the SelectItems in the given array to the SelectSetPollImpl.
add(SelectItem[]) - Method in class seda.nbio.SelectSet
Add all of the SelectItems in the given array to the SelectSet.
available() - Method in class seda.nbio.NonblockingSocketImpl
 
available() - Method in class seda.nbio.NonblockingInputStream
 
available() - Method in class seda.nbio.NonblockingSocketInputStream
 

B

bind(InetAddress, int) - Method in class seda.nbio.NonblockingSocketImpl
 

C

close() - Method in class seda.nbio.NonblockingSocketImpl
 
close() - Method in class seda.nbio.NonblockingDatagramSocket
Close this NonblockingDatagramSocket.
close() - Method in class seda.nbio.NonblockingInputStream
 
close() - Method in class seda.nbio.NonblockingSocketInputStream
 
close() - Method in class seda.nbio.NonblockingOutputStream
 
close() - Method in class seda.nbio.NonblockingSocket
Closes the socket.
close() - Method in class seda.nbio.NonblockingServerSocket
Close the socket.
close() - Method in class seda.nbio.NonblockingSocketOutputStream
 
CONNECT_READY - Static variable in interface seda.nbio.Selectable
Event mask specifying that a pending outgoing connection has been established.
connect(InetAddress, int) - Method in class seda.nbio.NonblockingSocketImpl
 
connect(InetAddress, int) - Method in class seda.nbio.NonblockingDatagramSocket
Connect this NonblockingDatagramSocket to the given address and port.
connect(String, int) - Method in class seda.nbio.NonblockingSocketImpl
 
connect(String, int) - Method in class seda.nbio.NonblockingDatagramSocket
 
connectDone() - Method in class seda.nbio.NonblockingSocketImpl
 
connectDone() - Method in class seda.nbio.NonblockingSocket
Indicate whether the connection on this socket has been established.
create(boolean) - Method in class seda.nbio.NonblockingSocketImpl
 

D

disconnect() - Method in class seda.nbio.NonblockingSocketImpl
 
disconnect() - Method in class seda.nbio.NonblockingDatagramSocket
 

E

elementAt(int) - Method in class seda.nbio.SelectSetImpl
 
elementAt(int) - Method in class seda.nbio.SelectSetDevPollImpl
Return the SelectItem at the given index.
elementAt(int) - Method in class seda.nbio.SelectSetPollImpl
Return the SelectItem at the given index.
elementAt(int) - Method in class seda.nbio.SelectSet
Return the SelectItem at the given index.
equals(Object) - Method in class seda.nbio.NBIOFileDescriptor
 
events - Variable in class seda.nbio.SelectItem
The set of events that you are interested in receiving notification on.

F

fd - Variable in class seda.nbio.NBIOFileDescriptor
 
finalize() - Method in class seda.nbio.NonblockingSocketImpl
 
finishConnect(int) - Method in class seda.nbio.NonblockingSocket
Block until the connection on this socket has been established.
flush() - Method in class seda.nbio.NonblockingOutputStream
Flush the underlying output stream.
flush() - Method in class seda.nbio.NonblockingSocketOutputStream
flush() does nothing in this implementation.

G

getClone() - Method in class seda.nbio.NBIOFileDescriptor
 
getEvents() - Method in class seda.nbio.SelectSetImpl
 
getEvents() - Method in class seda.nbio.SelectSetDevPollImpl
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getEvents() - Method in class seda.nbio.SelectSetPollImpl
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getEvents() - Method in class seda.nbio.SelectSet
Returns an array of SelectItems for which some events have occurred (that is, that the revents field is nonzero).
getEvents() - Method in class seda.nbio.SelectItem
Return the requested events mask.
getEvents(short) - Method in class seda.nbio.SelectSetImpl
 
getEvents(short) - Method in class seda.nbio.SelectSetDevPollImpl
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getEvents(short) - Method in class seda.nbio.SelectSetPollImpl
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getEvents(short) - Method in class seda.nbio.SelectSet
Returns an array of SelectItems for which events matching the given event mask have occurred (that is, that the revents field matches the given mask).
getFD() - Method in class seda.nbio.NBIOFileDescriptor
 
getFD() - Method in class seda.nbio.SelectItem
 
getFileDescriptor() - Method in class seda.nbio.NonblockingSocketImpl
 
getInetAddress() - Method in class seda.nbio.NonblockingSocketImpl
 
getInetAddress() - Method in class seda.nbio.NonblockingDatagramSocket
Return the remote address to which this socket is bound.
getInetAddress() - Method in class seda.nbio.NonblockingSocket
Return the remote address to which this socket is bound.
getInetAddress() - Method in class seda.nbio.NonblockingServerSocket
Return the address to which this socket is bound.
getInputStream() - Method in class seda.nbio.NonblockingSocketImpl
 
getInputStream() - Method in class seda.nbio.NonblockingSocket
Return an InputStream from which data on this socket can be read.
getInterface() - Method in class seda.nbio.NonblockingMulticastSocket
Get the interface associated with this multicast socket
getLocalAddress() - Method in class seda.nbio.NonblockingDatagramSocket
Return the local address to which this socket is bound.
getLocalAddress() - Method in class seda.nbio.NonblockingSocket
Return the local address to which this socket is bound.
getLocalPort() - Method in class seda.nbio.NonblockingSocketImpl
 
getLocalPort() - Method in class seda.nbio.NonblockingDatagramSocket
Return the local port to which this socket is bound.
getLocalPort() - Method in class seda.nbio.NonblockingSocket
Return the local port to which this socket is bound.
getLocalPort() - Method in class seda.nbio.NonblockingServerSocket
Return the port to which this socket is bound.
getObj() - Method in class seda.nbio.SelectItem
Return the state pointer associated with this SelectItem.
getOption(int) - Method in class seda.nbio.NonblockingSocketImpl
 
getOutputStream() - Method in class seda.nbio.NonblockingSocketImpl
 
getOutputStream() - Method in class seda.nbio.NonblockingSocket
Return an OutputStream to which data on this socket can be written.
getPort() - Method in class seda.nbio.NonblockingSocketImpl
 
getPort() - Method in class seda.nbio.NonblockingDatagramSocket
Return the remote port to which this socket is bound.
getPort() - Method in class seda.nbio.NonblockingSocket
Return the remote port to which this socket is bound.
getReceiveBufferSize() - Method in class seda.nbio.NonblockingDatagramSocket
 
getSelectable() - Method in class seda.nbio.SelectItem
Return the Selectable associated with this SelectItem.
getSendBufferSize() - Method in class seda.nbio.NonblockingDatagramSocket
 
getSoLinger() - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
getSoTimeout() - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
getSoTimeout() - Method in class seda.nbio.NonblockingServerSocket
Currently unimplemented.
getTcpNoDelay() - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
getTimeToLive() - Method in class seda.nbio.NonblockingSocketImpl
 
getTimeToLive() - Method in class seda.nbio.NonblockingMulticastSocket
get the multicast ttl

H

hashCode() - Method in class seda.nbio.NBIOFileDescriptor
 

I

impl - Variable in class seda.nbio.NonblockingDatagramSocket
 
impl - Variable in class seda.nbio.NonblockingSocket
 
impl - Variable in class seda.nbio.NonblockingServerSocket
 
is_connected - Variable in class seda.nbio.NonblockingDatagramSocket
 
is_connected - Variable in class seda.nbio.NonblockingSocket
 
isSupported() - Static method in class seda.nbio.SelectSetDevPollImpl
Returns true if /dev/poll is supported on this platform.
isSupported() - Static method in class seda.nbio.SelectSetPollImpl
Returns true if poll(2) is supported on this platform.

J

joinGroup(InetAddress) - Method in class seda.nbio.NonblockingSocketImpl
 
joinGroup(InetAddress) - Method in class seda.nbio.NonblockingMulticastSocket
Join a multicast group

L

leaveGroup(InetAddress) - Method in class seda.nbio.NonblockingSocketImpl
 
leaveGroup(InetAddress) - Method in class seda.nbio.NonblockingMulticastSocket
Leave a multicast group
listen(int) - Method in class seda.nbio.NonblockingSocketImpl
 
loadNativeLibrary() - Static method in class seda.nbio.NonblockingSocket
 

M

multicast_interface - Variable in class seda.nbio.NonblockingMulticastSocket
 
multicast_ttl - Variable in class seda.nbio.NonblockingMulticastSocket
 

N

nativeLibraryLoaded - Static variable in class seda.nbio.NonblockingSocket
 
nativeLibraryLoadLock - Static variable in class seda.nbio.NonblockingSocket
 
nbAccept() - Method in class seda.nbio.NonblockingServerSocket
Perform a nonblocking accept() on this socket.
nbAccept(NonblockingSocketImpl) - Method in class seda.nbio.NonblockingSocketImpl
 
NBIOFileDescriptor - class seda.nbio.NBIOFileDescriptor.
This is a package-internal class used to represent a UNIX file descriptor.
NBIOFileDescriptor() - Constructor for class seda.nbio.NBIOFileDescriptor
 
NBIOFileDescriptor(int) - Constructor for class seda.nbio.NBIOFileDescriptor
 
nbRead() - Method in class seda.nbio.NonblockingInputStream
Perform a non-blocking read of one byte from this input stream.
nbRead() - Method in class seda.nbio.NonblockingSocketInputStream
Perform a non-blocking read of one byte from this input stream.
nbReceive(byte[], int, int) - Method in class seda.nbio.NonblockingDatagramSocket
Receive a datagram from this socket.
nbReceive(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
Receive a datagram from this socket.
nbSend(byte[], int, int) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbSend(byte[], int, int, InetAddress, int) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbSend(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
Sends a datagram packet from this socket.
nbWrite(byte) - Method in class seda.nbio.NonblockingOutputStream
Perform a non-blocking write of one byte to this output stream.
nbWrite(byte) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a non-blocking write of one byte to this output stream.
nbWrite(byte[]) - Method in class seda.nbio.NonblockingOutputStream
Perform a nonblocking write of up to b.length bytes to the underlying stream.
nbWrite(byte[]) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a nonblocking write of up to b.length bytes to the underlying stream.
nbWrite(byte[], int, int) - Method in class seda.nbio.NonblockingOutputStream
Perform a nonblocking write of up to len bytes to the underlying stream starting at offset off.
nbWrite(byte[], int, int) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a nonblocking write of up to len bytes to the underlying stream starting at offset off.
NonblockingDatagramSocket - class seda.nbio.NonblockingDatagramSocket.
A NonblockingDatagramSocket provides non-blocking UDP (datagram) I/O.
NonblockingDatagramSocket() - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to any available port.
NonblockingDatagramSocket(int) - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to the given port.
NonblockingDatagramSocket(int, InetAddress) - Constructor for class seda.nbio.NonblockingDatagramSocket
Create a NonblockingDatagramSocket bound to the given port and the given local address.
NonblockingInputStream - class seda.nbio.NonblockingInputStream.
A NonblockingInputStream is an InputStream which implements nonblocking semantics.
NonblockingInputStream() - Constructor for class seda.nbio.NonblockingInputStream
 
NonblockingMulticastSocket - class seda.nbio.NonblockingMulticastSocket.
NonblockingMulticastSocket provides non-blocking multicast datagram I/O.
NonblockingMulticastSocket() - Constructor for class seda.nbio.NonblockingMulticastSocket
Create a NonblockingMulticastSocket bound to any available port.
NonblockingMulticastSocket(int) - Constructor for class seda.nbio.NonblockingMulticastSocket
 
NonblockingMulticastSocket(int, InetAddress) - Constructor for class seda.nbio.NonblockingMulticastSocket
Create a NonblockingMulticastSocket bound to the given port and the given local address.
NonblockingOutputStream - class seda.nbio.NonblockingOutputStream.
A NonblockingOutputStream is an OutputStream with nonblocking semantics.
NonblockingOutputStream() - Constructor for class seda.nbio.NonblockingOutputStream
 
NonblockingServerSocket - class seda.nbio.NonblockingServerSocket.
A NonblockingServerSocket implements a nonblocking variant of java.net.ServerSocket.
NonblockingServerSocket(int) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port.
NonblockingServerSocket(int, int) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port with the given connection backlog (the default is 511).
NonblockingServerSocket(int, int, InetAddress) - Constructor for class seda.nbio.NonblockingServerSocket
Create a nonblocking server socket listening on the given port, with the given connection backlog, bound to the given address.
NonblockingSocket - class seda.nbio.NonblockingSocket.
A NonblockingSocket is a socket which exports nonblocking input/output streams.
NonblockingSocket() - Constructor for class seda.nbio.NonblockingSocket
 
NonblockingSocket(InetAddress, int) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(InetAddress, int, boolean) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(String, int) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocket(String, int, boolean) - Constructor for class seda.nbio.NonblockingSocket
Create a NonblockingSocket connection to the given host and port number.
NonblockingSocketImpl - class seda.nbio.NonblockingSocketImpl.
 
NonblockingSocketImpl() - Constructor for class seda.nbio.NonblockingSocketImpl
 
NonblockingSocketImpl(InetAddress) - Constructor for class seda.nbio.NonblockingSocketImpl
 
NonblockingSocketInputStream - class seda.nbio.NonblockingSocketInputStream.
Package-internal class implementing NonblockingInputStream for nonblocking sockets.
NonblockingSocketInputStream(NonblockingSocketImpl) - Constructor for class seda.nbio.NonblockingSocketInputStream
 
NonblockingSocketOutputStream - class seda.nbio.NonblockingSocketOutputStream.
Package-internal class implementing NonblockingOutputStream for nonblocking sockets.
NonblockingSocketOutputStream(NonblockingSocketImpl) - Constructor for class seda.nbio.NonblockingSocketOutputStream
 
numActive() - Method in class seda.nbio.SelectSetImpl
 
numActive() - Method in class seda.nbio.SelectSetDevPollImpl
Return the number of active SelectItems in this SelectSetDevPollImpl.
numActive() - Method in class seda.nbio.SelectSetPollImpl
Return the number of active SelectItems in this SelectSetPollImpl.
numActive() - Method in class seda.nbio.SelectSet
Return the number of active SelectItems in this SelectSet.

O

obj - Variable in class seda.nbio.SelectItem
A state object associated with this SelectItem.

R

READ_READY - Static variable in interface seda.nbio.Selectable
Event mask specifying that data can be read without blocking.
read() - Method in class seda.nbio.NonblockingInputStream
Perform a blocking read of one byte from this input stream.
read() - Method in class seda.nbio.NonblockingSocketInputStream
Perform a blocking read of one byte from this input stream.
read(byte[]) - Method in class seda.nbio.NonblockingInputStream
Perform a non-blocking read of up to b.length bytes from the underlying stream.
read(byte[]) - Method in class seda.nbio.NonblockingSocketInputStream
Perform a non-blocking read of up to b.length bytes from the underlying stream.
read(byte[], int, int) - Method in class seda.nbio.NonblockingInputStream
Perform a non-blocking read of up to len bytes from the underlying stream into the byte array b starting at offset off.
read(byte[], int, int) - Method in class seda.nbio.NonblockingSocketInputStream
Perform a non-blocking read of up to len bytes from the underlying stream into the byte array b starting at offset off.
receive(DatagramPacket) - Method in class seda.nbio.NonblockingSocketImpl
 
receive(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
This method is provided for convenience and mimics blocking behavior by invoking the nonblocking nbReceive() operation.
remove(int) - Method in class seda.nbio.SelectSetImpl
 
remove(int) - Method in class seda.nbio.SelectSetDevPollImpl
Remove the SelectItem at the given index from the SelectSetDevPollImpl.
remove(int) - Method in class seda.nbio.SelectSetPollImpl
Remove the SelectItem at the given index from the SelectSetPollImpl.
remove(int) - Method in class seda.nbio.SelectSet
Remove the SelectItem at the given index from the SelectSet.
remove(SelectItem) - Method in class seda.nbio.SelectSetImpl
 
remove(SelectItem) - Method in class seda.nbio.SelectSetDevPollImpl
Remove a SelectItem from the SelectSetDevPollImpl.
remove(SelectItem) - Method in class seda.nbio.SelectSetPollImpl
Remove a SelectItem from the SelectSetPollImpl.
remove(SelectItem) - Method in class seda.nbio.SelectSet
Remove a SelectItem from the SelectSet.
remove(SelectItem[]) - Method in class seda.nbio.SelectSetImpl
 
remove(SelectItem[]) - Method in class seda.nbio.SelectSetDevPollImpl
Remove all of the SelectItems in the given array from the SelectSetDevPollImpl.
remove(SelectItem[]) - Method in class seda.nbio.SelectSetPollImpl
Remove all of the SelectItems in the given array from the SelectSetPollImpl.
remove(SelectItem[]) - Method in class seda.nbio.SelectSet
Remove all of the SelectItems in the given array from the SelectSet.
returnedEvents() - Method in class seda.nbio.SelectItem
Return the returned events mask.
revents - Variable in class seda.nbio.SelectItem
The set of events that occurred.

S

seda.nbio - package seda.nbio
 
seeLocalMessages(boolean) - Method in class seda.nbio.NonblockingSocketImpl
 
seeLocalMessages(boolean) - Method in class seda.nbio.NonblockingMulticastSocket
This sets the state of the IP_MULTICAST_LOOP option on the underlying socket.
SELECT_ERROR - Static variable in interface seda.nbio.Selectable
Specifies that an error has occured on this SelectItem.
select(int) - Method in class seda.nbio.SelectSetImpl
 
select(int) - Method in class seda.nbio.SelectSetDevPollImpl
Wait for events to occur on the SelectItems in this SelectSetDevPollImpl.
select(int) - Method in class seda.nbio.SelectSetPollImpl
Wait for events to occur on the SelectItems in this SelectSetPollImpl.
select(int) - Method in class seda.nbio.SelectSet
Wait for events to occur on the SelectItems in this SelectSet.
Selectable - interface seda.nbio.Selectable.
Selectable is an interface which represents an object (such as a socket or file descriptor) which may be used with the SelectItem and SelectSet classes.
SelectItem - class seda.nbio.SelectItem.
A SelectItem represents a single socket/file descriptor/etc.
SelectItem(Selectable, Object, short) - Constructor for class seda.nbio.SelectItem
Create a SelectItem with the given Selectable, given state pointer, and the given event mask.
SelectItem(Selectable, short) - Constructor for class seda.nbio.SelectItem
Create a SelectItem with the given Selectable and the given event mask.
SelectSet - class seda.nbio.SelectSet.
A SelectSet represents a set of SelectItems which you wish to poll or wait for events to occur on.
SelectSet() - Constructor for class seda.nbio.SelectSet
Create a SelectSet with no SelectItems.
SelectSetDevPollImpl - class seda.nbio.SelectSetDevPollImpl.
SelectSetDevPollImpl is an implementation of SelectSet which uses the UNIX /dev/poll mechanism.
SelectSetDevPollImpl() - Constructor for class seda.nbio.SelectSetDevPollImpl
Create a SelectSetDevPollImpl with no SelectItems.
SelectSetImpl - class seda.nbio.SelectSetImpl.
SelectSetImpl represents an internal implementation of SelectSet.
SelectSetImpl() - Constructor for class seda.nbio.SelectSetImpl
 
SelectSetPollImpl - class seda.nbio.SelectSetPollImpl.
SelectSetPollImpl is an implementation of SelectSet which uses the UNIX poll(2) system call.
SelectSetPollImpl() - Constructor for class seda.nbio.SelectSetPollImpl
Create a SelectSetPollImpl with no SelectItems.
send(DatagramPacket) - Method in class seda.nbio.NonblockingSocketImpl
 
send(DatagramPacket) - Method in class seda.nbio.NonblockingDatagramSocket
This method is provided for convenience and mimics blocking behavior by invoking the nonblocking nbSend() operation.
setFD(int) - Method in class seda.nbio.NBIOFileDescriptor
 
setInterface(InetAddress) - Method in class seda.nbio.NonblockingSocketImpl
 
setInterface(InetAddress) - Method in class seda.nbio.NonblockingMulticastSocket
Set the interface associated with this socket
setOption(int, Object) - Method in class seda.nbio.NonblockingSocketImpl
 
setReceiveBufferSize(int) - Method in class seda.nbio.NonblockingDatagramSocket
 
setSendBufferSize(int) - Method in class seda.nbio.NonblockingDatagramSocket
 
setSoLinger(boolean, int) - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
setSoTimeout(int) - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
setSoTimeout(int) - Method in class seda.nbio.NonblockingServerSocket
Currently unimplemented.
setTcpNoDelay(boolean) - Method in class seda.nbio.NonblockingSocket
Currently unimplemented.
setTimeToLive(int) - Method in class seda.nbio.NonblockingSocketImpl
 
setTimeToLive(int) - Method in class seda.nbio.NonblockingMulticastSocket
set the time to live
size() - Method in class seda.nbio.SelectSetImpl
 
size() - Method in class seda.nbio.SelectSetDevPollImpl
Return the number of SelectItems in this SelectSetDevPollImpl.
size() - Method in class seda.nbio.SelectSetPollImpl
Return the number of SelectItems in this SelectSetPollImpl.
size() - Method in class seda.nbio.SelectSet
Return the number of SelectItems in this SelectSet.
skip(long) - Method in class seda.nbio.NonblockingInputStream
Skip n bytes of input.
skip(long) - Method in class seda.nbio.NonblockingSocketInputStream
Skip n bytes of input.

T

toString() - Method in class seda.nbio.NonblockingSocketImpl
 
toString() - Method in class seda.nbio.SelectSetDevPollImpl
 
toString() - Method in class seda.nbio.SelectSetPollImpl
 
toString() - Method in class seda.nbio.NonblockingSocket
 
toString() - Method in class seda.nbio.NonblockingServerSocket
 
toString() - Method in class seda.nbio.SelectSet
 
toString() - Method in class seda.nbio.SelectItem
 

U

update() - Method in class seda.nbio.SelectSetImpl
 
update() - Method in class seda.nbio.SelectSetDevPollImpl
Push updated event masks for all SelectItems in this SelectSet to the /dev/poll device.
update() - Method in class seda.nbio.SelectSetPollImpl
Update any changed event masks in the SelectSet.
update() - Method in class seda.nbio.SelectSet
Update any changed 'events' fields in SelectItems registered with this SelectSet.
update(SelectItem) - Method in class seda.nbio.SelectSetImpl
 
update(SelectItem) - Method in class seda.nbio.SelectSetDevPollImpl
Push updated event masks for all SelectItems in this SelectSet to native code.
update(SelectItem) - Method in class seda.nbio.SelectSetPollImpl
Update any changed event masks in this SelectItem.
update(SelectItem) - Method in class seda.nbio.SelectSet
Update any changed 'events' fields in the given SelectItem.

W

WRITE_READY - Static variable in interface seda.nbio.Selectable
Event mask specifying that data can be written without blocking.
write(byte[]) - Method in class seda.nbio.NonblockingOutputStream
Perform a blocking write of b.length bytes to the underlying stream.
write(byte[]) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a blocking write of b.length bytes to the underlying stream.
write(byte[], int, int) - Method in class seda.nbio.NonblockingOutputStream
Perform a blocking write of len bytes to the underlying stream from the byte array b starting at offset off.
write(byte[], int, int) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a blocking write of len bytes to the underlying stream from the byte array b starting at offset off.
write(int) - Method in class seda.nbio.NonblockingOutputStream
Perform a blocking write of one byte to this output stream.
write(int) - Method in class seda.nbio.NonblockingSocketOutputStream
Perform a blocking write of one byte to this output stream.

< A B C D E F G H I J L M N O R S T U W
More information: http://www.cs.berkeley.edu/~mdw/proj/java-nbio/