HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • 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
View source

class GroupSpecifier

package flash.net

@:require(flash10_1)

Available on flash

Static variables

@:flash.propertystaticread onlymaxSupportedGroupspecVersion:Int

Static methods

staticencodeBootstrapPeerIDSpec(peerID:String):String

staticencodeIPMulticastAddressSpec(address:String, ?port:Dynamic, ?source:String):String

staticencodePostingAuthorization(password:String):String

staticencodePublishAuthorization(password:String):String

Constructor

new(name:String)

Variables

@:flash.propertyipMulticastMemberUpdatesEnabled:Bool

@:flash.propertyminGroupspecVersion:Int

@:flash.propertymulticastEnabled:Bool

@:flash.propertyobjectReplicationEnabled:Bool

@:flash.propertypeerToPeerDisabled:Bool

@:flash.propertypostingEnabled:Bool

@:flash.propertyroutingEnabled:Bool

@:flash.propertyserverChannelEnabled:Bool

Methods

addBootstrapPeer(peerID:String):Void

addIPMulticastAddress(address:String, ?port:Dynamic, ?source:String):Void

authorizations():String

groupspecWithAuthorizations():String

groupspecWithoutAuthorizations():String

makeUnique():Void

setPostingPassword(?password:String, ?salt:String):Void

setPublishPassword(?password:String, ?salt:String):Void

toString():String

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe