Class UnixSocketEndPoint

All Implemented Interfaces:
Closeable, AutoCloseable, EndPoint, ManagedSelector.Selectable

@Deprecated(forRemoval=true) public class UnixSocketEndPoint extends SocketChannelEndPoint
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • UnixSocketEndPoint

      public UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, ManagedSelector selector, SelectionKey key, Scheduler scheduler)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getChannel

      public jnr.unixsocket.UnixSocketChannel getChannel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getChannel in class SocketChannelEndPoint
    • doShutdownOutput

      protected void doShutdownOutput()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      doShutdownOutput in class SocketChannelEndPoint