package java.net
implements Closeable
Available on java
staticsetSocketImplFactory(param1:SocketImplFactory):Voidnew(param1:InetAddress, param2:Int, param3:Bool)new()new(param1:Proxy)new(param1:String, param2:Int)new(param1:InetAddress, param2:Int)new(param1:String, param2:Int, param3:InetAddress, param4:Int)new(param1:InetAddress, param2:Int, param3:InetAddress, param4:Int)new(param1:String, param2:Int, param3:Bool)bind(param1:SocketAddress):Voidclose():Voidconnect(param1:SocketAddress, param2:Int):Voidconnect(param1:SocketAddress):VoidgetChannel():SocketChannelgetInetAddress():InetAddressgetInputStream():InputStreamgetKeepAlive():BoolgetLocalAddress():InetAddressgetLocalPort():IntgetLocalSocketAddress():SocketAddressgetOOBInline():BoolgetOutputStream():OutputStreamgetPort():IntgetReceiveBufferSize():IntgetRemoteSocketAddress():SocketAddressgetReuseAddress():BoolgetSendBufferSize():IntgetSoLinger():IntgetSoTimeout():IntgetTcpNoDelay():BoolgetTrafficClass():IntisBound():BoolisClosed():BoolisConnected():BoolisInputShutdown():BoolisOutputShutdown():BoolsendUrgentData(param1:Int):VoidsetKeepAlive(param1:Bool):VoidsetOOBInline(param1:Bool):VoidsetPerformancePreferences(param1:Int, param2:Int, param3:Int):VoidsetReceiveBufferSize(param1:Int):VoidsetReuseAddress(param1:Bool):VoidsetSendBufferSize(param1:Int):VoidsetSoLinger(param1:Bool, param2:Int):VoidsetSoTimeout(param1:Int):VoidsetTcpNoDelay(param1:Bool):VoidsetTrafficClass(param1:Int):VoidshutdownInput():VoidshutdownOutput():VoidtoString():String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/net/Socket.html