Uses of Class
io.socket.client.IO.Options
Packages that use IO.Options
-
Uses of IO.Options in io.socket.client
Methods in io.socket.client that return IO.OptionsModifier and TypeMethodDescriptionSocketOptionBuilder.build()Finally retrieveIO.Optionsobject from this builder.Methods in io.socket.client with parameters of type IO.OptionsModifier and TypeMethodDescriptionstatic SocketOptionBuilderSocketOptionBuilder.builder(IO.Options options) Construct this builder from specified option object.static SocketIO.socket(String uri, IO.Options opts) static SocketIO.socket(URI uri, IO.Options opts) Constructors in io.socket.client with parameters of type IO.OptionsModifierConstructorDescriptionprotectedSocketOptionBuilder(IO.Options options) Construct this builder from specified option object.