Class UnixSocketEndPoint
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,EndPoint,ManagedSelector.Selectable
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
EndPoint.Wrapper -
Constructor Summary
ConstructorsConstructorDescriptionUnixSocketEndPoint(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 Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.jnr.unixsocket.UnixSocketChannelDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.eclipse.jetty.io.SocketChannelEndPoint
fill, flush, getRemoteSocketAddressMethods inherited from class org.eclipse.jetty.io.SelectableChannelEndPoint
doClose, getLocalSocketAddress, getTransport, isOpen, needsFillInterest, onClose, onIncompleteFlush, onSelected, replaceKey, toEndPointString, updateKeyMethods 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, writeMethods inherited from class org.eclipse.jetty.io.IdleTimeout
checkIdleTimeout, getIdleFor, getIdleTimeout, getScheduler, notIdle, setIdleTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.EndPoint
getIdleTimeout, setIdleTimeout
-
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:
getChannelin classSocketChannelEndPoint
-
doShutdownOutput
protected void doShutdownOutput()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
doShutdownOutputin classSocketChannelEndPoint
-