Liking cljdoc? Tell your friends :D

unixsocket-http.impl.FixedPathUnixSocket

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 SocketAddress209)
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 SocketOption260)
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 path)
source

-isBoundclj

(-isBound this)
source

-isClosedclj

(-isClosed this)
source

-isConnectedclj

(-isConnected this)
source

-isInputShutdownclj

(-isInputShutdown this)
source

-isOutputShutdownclj

(-isOutputShutdown this)
source

-sendUrgentDataclj

(-sendUrgentData this int224)
source

-setKeepAliveclj

(-setKeepAlive this boolean238)
source

-setOOBInlineclj

(-setOOBInline this boolean226)
source

-setOptionclj

(-setOption this SocketOption257 Object258)
source

-setPerformancePreferencesclj

(-setPerformancePreferences this int253 int254 int255)
source

-setReceiveBufferSizeclj

(-setReceiveBufferSize this int235)
source

-setReuseAddressclj

(-setReuseAddress this boolean244)
source

-setSendBufferSizeclj

(-setSendBufferSize this int232)
source

-setSoLingerclj

(-setSoLinger this boolean220 int221)
source

-setSoTimeoutclj

(-setSoTimeout this int229)
source

-setTcpNoDelayclj

(-setTcpNoDelay this boolean217)
source

-setTrafficClassclj

(-setTrafficClass this int241)
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