public class UnixSocketEndPoint
extends org.eclipse.jetty.io.ChannelEndPoint
Constructor | Description |
---|---|
UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel,
org.eclipse.jetty.io.ManagedSelector selector,
java.nio.channels.SelectionKey key,
org.eclipse.jetty.util.thread.Scheduler scheduler) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
doShutdownOutput() |
|
boolean |
flush(java.nio.ByteBuffer... buffers) |
|
java.net.InetSocketAddress |
getLocalAddress() |
|
java.net.InetSocketAddress |
getRemoteAddress() |
checkFill, checkFlush, close, close, doShutdownInput, fillInterested, getConnection, getCreatedTimeStamp, getFillInterest, getWriteFlusher, isFillInterested, isInputShutdown, isOutputShutdown, onClose, onIdleExpired, onOpen, reset, setConnection, shutdownInput, shutdownOutput, toConnectionString, toString, tryFillInterested, upgrade, write
doClose, fill, getChannel, getTransport, isOpen, isOptimizedForDirectBuffers, needsFillInterest, onClose, onIncompleteFlush, onSelected, toEndPointString, updateKey
public UnixSocketEndPoint(jnr.unixsocket.UnixSocketChannel channel, org.eclipse.jetty.io.ManagedSelector selector, java.nio.channels.SelectionKey key, org.eclipse.jetty.util.thread.Scheduler scheduler)
public java.net.InetSocketAddress getLocalAddress()
public java.net.InetSocketAddress getRemoteAddress()
protected void doShutdownOutput()
doShutdownOutput
in class org.eclipse.jetty.io.AbstractEndPoint
public boolean flush(java.nio.ByteBuffer... buffers) throws java.io.IOException
flush
in class org.eclipse.jetty.io.ChannelEndPoint
java.io.IOException
Copyright © 1995–2018 Webtide. All rights reserved.