Liking cljdoc? Tell your friends :D

unixsocket-http.impl.FixedPathTcpSocket

Wrapper around AFUNIXSocket that is bound to a fixed address and will ignore the argument passed to 'connect'. This is necessary since an HTTP client using this socket will pass its own socket address.

Wrapper around AFUNIXSocket that is bound to a fixed address and will
ignore the argument passed to 'connect'. This is necessary since an HTTP
client using this socket will pass its own socket address.
raw docstring

-bindclj

(-bind this SocketAddress288)
source

-closeclj

(-close this)
source

-connectclj

(-connect this)
(-connect this _)
(-connect this _ timeout)
source

-getChannelclj

(-getChannel this)
source

-getInetAddressclj

(-getInetAddress this)
source

-getInputStreamclj

(-getInputStream this)
source

-getKeepAliveclj

(-getKeepAlive this)
source

-getLocalAddressclj

(-getLocalAddress this)
source

-getLocalPortclj

(-getLocalPort this)
source

-getLocalSocketAddressclj

(-getLocalSocketAddress this)
source

-getOOBInlineclj

(-getOOBInline this)
source

-getOptionclj

(-getOption this SocketOption339)
source

-getOutputStreamclj

(-getOutputStream this)
source

-getPortclj

(-getPort this)
source

-getReceiveBufferSizeclj

(-getReceiveBufferSize this)
source

-getRemoteSocketAddressclj

(-getRemoteSocketAddress this)
source

-getReuseAddressclj

(-getReuseAddress this)
source

-getSendBufferSizeclj

(-getSendBufferSize this)
source

-getSoLingerclj

(-getSoLinger this)
source

-getSoTimeoutclj

(-getSoTimeout this)
source

-getTcpNoDelayclj

(-getTcpNoDelay this)
source

-getTrafficClassclj

(-getTrafficClass this)
source

-initclj

(-init addr)
source

-isBoundclj

(-isBound this)
source

-isClosedclj

(-isClosed this)
source

-isConnectedclj

(-isConnected this)
source

-isInputShutdownclj

(-isInputShutdown this)
source

-isOutputShutdownclj

(-isOutputShutdown this)
source

-sendUrgentDataclj

(-sendUrgentData this int303)
source

-setKeepAliveclj

(-setKeepAlive this boolean317)
source

-setOOBInlineclj

(-setOOBInline this boolean305)
source

-setOptionclj

(-setOption this SocketOption336 Object337)
source

-setPerformancePreferencesclj

(-setPerformancePreferences this int332 int333 int334)
source

-setReceiveBufferSizeclj

(-setReceiveBufferSize this int314)
source

-setReuseAddressclj

(-setReuseAddress this boolean323)
source

-setSendBufferSizeclj

(-setSendBufferSize this int311)
source

-setSoLingerclj

(-setSoLinger this boolean299 int300)
source

-setSoTimeoutclj

(-setSoTimeout this int308)
source

-setTcpNoDelayclj

(-setTcpNoDelay this boolean296)
source

-setTrafficClassclj

(-setTrafficClass this int320)
source

-shutdownInputclj

(-shutdownInput this)
source

-shutdownOutputclj

(-shutdownOutput this)
source

-supportedOptionsclj

(-supportedOptions this)
source

-toStringclj

(-toString this)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close