This interface defines a factory for socket implementations. It is used by the classes Socket and ServerSocket to create actual socket implementations.
This interface defines a factory for socket implementations. It is used by the classes Socket and ServerSocket to create actual socket implementations.
(create-socket-impl this)
Creates a new SocketImpl instance.
returns: a new instance of SocketImpl. - java.net.SocketImpl
Creates a new SocketImpl instance. returns: a new instance of SocketImpl. - `java.net.SocketImpl`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close