jnr.unixsocket
Class UnixServerSocketChannel

java.lang.Object
  extended by java.nio.channels.spi.AbstractInterruptibleChannel
      extended by java.nio.channels.SelectableChannel
          extended by java.nio.channels.spi.AbstractSelectableChannel
              extended by jnr.enxio.channels.NativeServerSocketChannel
                  extended by jnr.unixsocket.UnixServerSocketChannel
All Implemented Interfaces:
Closeable, Channel, InterruptibleChannel, jnr.enxio.channels.NativeSelectableChannel

public class UnixServerSocketChannel
extends jnr.enxio.channels.NativeServerSocketChannel


Method Summary
 UnixSocketChannel accept()
           
static UnixServerSocketChannel open()
           
 UnixServerSocket socket()
           
 
Methods inherited from class jnr.enxio.channels.NativeServerSocketChannel
getFD, implCloseSelectableChannel, implConfigureBlocking, validOps
 
Methods inherited from class java.nio.channels.spi.AbstractSelectableChannel
blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, register
 
Methods inherited from class java.nio.channels.SelectableChannel
register
 
Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel
begin, close, end, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.nio.channels.Channel
close, isOpen
 

Method Detail

open

public static UnixServerSocketChannel open()
                                    throws IOException
Throws:
IOException

accept

public UnixSocketChannel accept()
                         throws IOException
Throws:
IOException

socket

public final UnixServerSocket socket()


Copyright © 2013. All Rights Reserved.