HaxeAPI
  • Version development @ 2dfc0d9
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.3
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

class ServerSocket

package java.net

implements Closeable

@:native("java.net.ServerSocket")@:libType

Available on jvm

Static methods

staticsetSocketFactory(param1:SocketImplFactory):Void

Constructor

new(param1:SocketImpl)

new(param1:Int, param2:Int, param3:InetAddress)

new(param1:Int, param2:Int)

new(param1:Int)

new()

Methods

accept():Socket

bind(param1:SocketAddress):Void

bind(param1:SocketAddress, param2:Int):Void

close():Void

createImpl():Void

getChannel():ServerSocketChannel

getImpl():SocketImpl

getInetAddress():InetAddress

getLocalPort():Int

getLocalSocketAddress():SocketAddress

getReceiveBufferSize():Int

getReuseAddress():Bool

getSoTimeout():Int

finalimplAccept(param1:Socket):Void

isBound():Bool

isClosed():Bool

setBound():Void

setCreated():Void

setPerformancePreferences(param1:Int, param2:Int, param3:Int):Void

setReceiveBufferSize(param1:Int):Void

setReuseAddress(param1:Bool):Void

setSoTimeout(param1:Int):Void

toString():String

This documentation is generated for version development @ 2dfc0d9

© 2024  Haxe Foundation | Contribute to Haxe