java.lang.Object
org.eclipse.jetty.io.IdleTimeout
org.eclipse.jetty.io.AbstractEndPoint
org.eclipse.jetty.io.SelectableChannelEndPoint
org.eclipse.jetty.io.SocketChannelEndPoint
org.eclipse.jetty.unixsocket.common.UnixSocketEndPoint
All Implemented Interfaces:
Closeable, AutoCloseable, org.eclipse.jetty.io.EndPoint, org.eclipse.jetty.io.ManagedSelector.Selectable

@Deprecated(forRemoval=true) public class UnixSocketEndPoint extends org.eclipse.jetty.io.SocketChannelEndPoint
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.EndPoint

    org.eclipse.jetty.io.EndPoint.Wrapper
  • Constructor Summary

    Constructors
    Constructor
    Description
    UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, org.eclipse.jetty.io.ManagedSelector selector, SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    jnr.unixsocket.UnixSocketChannel
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class org.eclipse.jetty.io.SocketChannelEndPoint

    fill, flush, getRemoteSocketAddress

    Methods inherited from class org.eclipse.jetty.io.SelectableChannelEndPoint

    doClose, getLocalSocketAddress, getTransport, isOpen, needsFillInterest, onClose, onIncompleteFlush, onSelected, replaceKey, toEndPointString, updateKey

    Methods inherited from class org.eclipse.jetty.io.AbstractEndPoint

    close, close, doShutdownInput, fillInterested, getConnection, getCreatedTimeStamp, getFillInterest, getLocalAddress, getRemoteAddress, getWriteFlusher, isFillInterested, isInputShutdown, isOutputShutdown, onClose, onIdleExpired, onOpen, reset, setConnection, shutdownInput, shutdownOutput, toConnectionString, toString, tryFillInterested, upgrade, write

    Methods inherited from class org.eclipse.jetty.io.IdleTimeout

    checkIdleTimeout, getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.EndPoint

    getIdleTimeout, setIdleTimeout
  • Constructor Details

    • UnixSocketEndPoint

      public UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, org.eclipse.jetty.io.ManagedSelector selector, SelectionKey key, org.eclipse.jetty.util.thread.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 org.eclipse.jetty.io.SocketChannelEndPoint
    • doShutdownOutput

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