public static final class SocketIOSessionManagerImpl.SocketIOProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
Collection<String> |
args |
String |
name |
| Constructor and Description |
|---|
SocketIOProtocol() |
| Modifier and Type | Method and Description |
|---|---|
SocketIOSessionManagerImpl.SocketIOProtocol |
addArgs(String s) |
SocketIOSessionManagerImpl.SocketIOProtocol |
clearArgs() |
Collection<String> |
getArgs() |
String |
getName() |
void |
setArgs(Collection<String> args) |
void |
setName(String name) |
String |
toString() |
public String name
public Collection<String> args
public Collection<String> getArgs()
public void setArgs(Collection<String> args)
public String getName()
public void setName(String name)
public SocketIOSessionManagerImpl.SocketIOProtocol addArgs(String s)
public SocketIOSessionManagerImpl.SocketIOProtocol clearArgs()
Copyright © 2017. All Rights Reserved.