Liking cljdoc? Tell your friends :D

unixsocket-http.impl.ResponseSocket

Wrapper around an existing socket that will make sure that the originating OkHttp Response is closed when the socket is closed. Without this, we run into connection leaks.

Wrapper around an existing socket that will make sure that the originating
OkHttp Response is closed when the socket is closed. Without this, we
run into connection leaks.
raw docstring

-bindclj

(-bind this SocketAddress378)
source

-closeclj

(-close this)
source

-connectclj

(-connect this addr)
(-connect this addr 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 SocketOption429)
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 socket response)
source

-isBoundclj

(-isBound this)
source

-isClosedclj

(-isClosed this)
source

-isConnectedclj

(-isConnected this)
source

-isInputShutdownclj

(-isInputShutdown this)
source

-isOutputShutdownclj

(-isOutputShutdown this)
source

-sendUrgentDataclj

(-sendUrgentData this int393)
source

-setKeepAliveclj

(-setKeepAlive this boolean407)
source

-setOOBInlineclj

(-setOOBInline this boolean395)
source

-setOptionclj

(-setOption this SocketOption426 Object427)
source

-setPerformancePreferencesclj

(-setPerformancePreferences this int422 int423 int424)
source

-setReceiveBufferSizeclj

(-setReceiveBufferSize this int404)
source

-setReuseAddressclj

(-setReuseAddress this boolean413)
source

-setSendBufferSizeclj

(-setSendBufferSize this int401)
source

-setSoLingerclj

(-setSoLinger this boolean389 int390)
source

-setSoTimeoutclj

(-setSoTimeout this int398)
source

-setTcpNoDelayclj

(-setTcpNoDelay this boolean386)
source

-setTrafficClassclj

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