|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketTextReader | |
|---|---|
| com.hazelcast.ascii | This package contains Ascii functionality for Hazelcast. |
| com.hazelcast.ascii.memcache | This package contains MemoryCache functionality for Hazelcast. |
| com.hazelcast.ascii.rest | This package contains Reset functionality for Hazelcast. |
| Uses of SocketTextReader in com.hazelcast.ascii |
|---|
| Methods in com.hazelcast.ascii that return SocketTextReader | |
|---|---|
SocketTextReader |
AbstractTextCommand.getSocketTextReader()
|
SocketTextReader |
TextCommand.getSocketTextReader()
|
| Methods in com.hazelcast.ascii with parameters of type SocketTextReader | |
|---|---|
void |
AbstractTextCommand.init(SocketTextReader socketTextReader,
long requestId)
|
void |
TextCommand.init(SocketTextReader socketTextReader,
long requestId)
|
TextCommand |
CommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
| Uses of SocketTextReader in com.hazelcast.ascii.memcache |
|---|
| Methods in com.hazelcast.ascii.memcache with parameters of type SocketTextReader | |
|---|---|
TextCommand |
SetCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
TouchCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
GetCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
DeleteCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
SimpleCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
IncrementCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
| Uses of SocketTextReader in com.hazelcast.ascii.rest |
|---|
| Methods in com.hazelcast.ascii.rest with parameters of type SocketTextReader | |
|---|---|
TextCommand |
HttpPostCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
HttpGetCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
TextCommand |
HttpDeleteCommandParser.parser(SocketTextReader socketTextReader,
String cmd,
int space)
|
| Constructors in com.hazelcast.ascii.rest with parameters of type SocketTextReader | |
|---|---|
HttpPostCommand(SocketTextReader socketTextRequestReader,
String uri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||