JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
A
applySettings(URLConnection, int)
- Method in class xapi.io.impl.
IOServiceDefault
Allow subclasses to apply any settings to the connection before we open it
B
body()
- Method in interface xapi.io.api.
IOMessage
C
cancel()
- Method in interface xapi.io.api.
IORequest
close()
- Method in class xapi.io.impl.
StringBufferOutputStream
close(InputStream)
- Static method in class xapi.io.
X_IO
D
delete(String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in class xapi.io.impl.
IOServiceDefault
delete(String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in interface xapi.io.service.
IOService
drain(LogLevel, InputStream, StringReader, HasLiveness)
- Static method in class xapi.io.
X_IO
drain(OutputStream, InputStream)
- Static method in class xapi.io.
X_IO
F
forwardTo(LineReader)
- Method in class xapi.io.api.
StringReader
G
get(String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in class xapi.io.impl.
IOServiceDefault
get(String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in interface xapi.io.service.
IOService
getContent()
- Method in class xapi.io.impl.
StringBufferOutputStream
getIOService()
- Static method in class xapi.io.
X_IO
H
HasLiveness
- Interface in
xapi.io.api
Simple interfaces for types that need to be polled for liveness.
headers()
- Method in interface xapi.io.api.
IOMessage
headers()
- Method in interface xapi.io.api.
IORequest
I
initHeaders()
- Method in class xapi.io.impl.
IORequestBuilderDefault
IOCallback
<
V
> - Interface in
xapi.io.api
IOCallbackDefault
<
V
> - Class in
xapi.io.impl
IOCallbackDefault()
- Constructor for class xapi.io.impl.
IOCallbackDefault
IOConstants
- Class in
xapi.io
IOMessage
<
B
> - Interface in
xapi.io.api
IORequest
<
V
> - Interface in
xapi.io.api
IORequestBuilder
<
V
> - Interface in
xapi.io.api
IORequestBuilderDefault
<
V
> - Class in
xapi.io.impl
IORequestBuilderDefault()
- Constructor for class xapi.io.impl.
IORequestBuilderDefault
IOService
- Interface in
xapi.io.service
IOServiceDefault
- Class in
xapi.io.impl
IOServiceDefault()
- Constructor for class xapi.io.impl.
IOServiceDefault
isAlive()
- Method in interface xapi.io.api.
HasLiveness
isCancelled()
- Method in interface xapi.io.api.
IOCallback
isCancelled()
- Method in class xapi.io.impl.
IOCallbackDefault
isOffline()
- Static method in class xapi.io.
X_IO
isPending()
- Method in interface xapi.io.api.
IORequest
isSuccess()
- Method in interface xapi.io.api.
IORequest
L
LineReader
- Interface in
xapi.io.api
An interface for reading lines of text, with notification methods for the beginning and end of a stream of lines.
M
METHOD_DELETE
- Static variable in class xapi.io.
IOConstants
METHOD_GET
- Static variable in class xapi.io.
IOConstants
METHOD_HEAD
- Static variable in class xapi.io.
IOConstants
METHOD_PATCH
- Static variable in class xapi.io.
IOConstants
METHOD_POST
- Static variable in class xapi.io.
IOConstants
METHOD_PUT
- Static variable in class xapi.io.
IOConstants
modifier()
- Method in interface xapi.io.api.
IOMessage
N
normalize(String)
- Method in class xapi.io.impl.
IOServiceDefault
O
onCancel()
- Method in interface xapi.io.api.
IOCallback
onCancel()
- Method in class xapi.io.impl.
IOCallbackDefault
onEnd()
- Method in interface xapi.io.api.
LineReader
onEnd()
- Method in class xapi.io.api.
SimpleLineReader
onEnd()
- Method in class xapi.io.api.
StringReader
onEnd0()
- Method in class xapi.io.api.
StringReader
onError(Throwable)
- Method in class xapi.io.impl.
IOCallbackDefault
onLine(String)
- Method in interface xapi.io.api.
LineReader
onLine(String)
- Method in class xapi.io.api.
StringReader
onStart()
- Method in interface xapi.io.api.
LineReader
onStart()
- Method in class xapi.io.api.
SimpleLineReader
onStart()
- Method in class xapi.io.api.
StringReader
onSuccess(V)
- Method in class xapi.io.impl.
IOCallbackDefault
P
post(String, String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in class xapi.io.impl.
IOServiceDefault
post(String, String, StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in interface xapi.io.service.
IOService
put(String, byte[], StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in class xapi.io.impl.
IOServiceDefault
put(String, byte[], StringDictionary<String>, IOCallback<IOMessage<String>>)
- Method in interface xapi.io.service.
IOService
R
registerParser(Class<V>, ConvertsValue<V, String>, ConvertsValue<String, V>)
- Method in class xapi.io.impl.
IOServiceDefault
registerParser(Class<V>, ConvertsValue<V, String>, ConvertsValue<String, V>)
- Method in interface xapi.io.service.
IOService
Registers a de/serializer for a given class literal, and returns a removal method to undo the registration.
request(Class<V>, String)
- Method in class xapi.io.impl.
IOServiceDefault
request(Class<V>, String)
- Method in interface xapi.io.service.
IOService
response()
- Method in interface xapi.io.api.
IORequest
S
send(SuccessHandler<V>)
- Method in interface xapi.io.api.
IORequestBuilder
send(SuccessHandler<V>)
- Method in class xapi.io.impl.
IORequestBuilderDefault
sendString(StringReader, String)
- Static method in class xapi.io.
X_IO
service()
- Method in interface xapi.io.api.
IORequestBuilder
service()
- Method in class xapi.io.impl.
IORequestBuilderDefault
setDeserializer(ConvertsValue<String, V>)
- Method in interface xapi.io.api.
IORequestBuilder
setDeserializer(ConvertsValue<String, V>)
- Method in class xapi.io.impl.
IORequestBuilderDefault
setHeader(String, String)
- Method in interface xapi.io.api.
IORequestBuilder
setHeader(String, String)
- Method in class xapi.io.impl.
IORequestBuilderDefault
setModifier(int)
- Method in interface xapi.io.api.
IORequestBuilder
setModifier(int)
- Method in class xapi.io.impl.
IORequestBuilderDefault
setSerializer(ConvertsValue<V, String>)
- Method in interface xapi.io.api.
IORequestBuilder
setSerializer(ConvertsValue<V, String>)
- Method in class xapi.io.impl.
IORequestBuilderDefault
setUrl(String)
- Method in interface xapi.io.api.
IORequestBuilder
setUrl(String)
- Method in class xapi.io.impl.
IORequestBuilderDefault
setValue(V)
- Method in interface xapi.io.api.
IORequestBuilder
setValue(V)
- Method in class xapi.io.impl.
IORequestBuilderDefault
SimpleLineReader
- Class in
xapi.io.api
SimpleLineReader()
- Constructor for class xapi.io.api.
SimpleLineReader
StringBufferOutputStream
- Class in
xapi.io.impl
StringBufferOutputStream()
- Constructor for class xapi.io.impl.
StringBufferOutputStream
StringBufferOutputStream(String)
- Constructor for class xapi.io.impl.
StringBufferOutputStream
StringReader
- Class in
xapi.io.api
An implementation of
LineReader
designed to stream lines of text to one or more delegate LineReaders.
StringReader()
- Constructor for class xapi.io.api.
StringReader
T
toBinary(String)
- Method in class xapi.io.impl.
IORequestBuilderDefault
toString()
- Method in class xapi.io.api.
StringReader
toString()
- Method in class xapi.io.impl.
StringBufferOutputStream
toStringUtf8(InputStream)
- Static method in class xapi.io.
X_IO
toUrl(Class<?>, String)
- Method in class xapi.io.impl.
IOServiceDefault
U
url()
- Method in interface xapi.io.api.
IOMessage
W
waitToEnd()
- Method in class xapi.io.api.
StringReader
waitToEnd(long, int)
- Method in class xapi.io.api.
StringReader
write(int)
- Method in class xapi.io.impl.
StringBufferOutputStream
write(byte[], int, int)
- Method in class xapi.io.impl.
StringBufferOutputStream
X
X_IO
- Class in
xapi.io
X_IO()
- Constructor for class xapi.io.
X_IO
xapi.io
- package xapi.io
xapi.io.api
- package xapi.io.api
xapi.io.impl
- package xapi.io.impl
xapi.io.service
- package xapi.io.service
A
B
C
D
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © December 07, 2012-2014
The Internet Party
. All Rights Reserved.