A B C D E F G H I J K L M N O P R S T U V W X 

A

abortChain() - Method in class org.jwebsocket.kit.PlugInResponse
Signals that the plug-in chain has to be be aborted.
AbstractRpc - Class in org.jwebsocket.plugins.rpc
 
AbstractRpc() - Constructor for class org.jwebsocket.plugins.rpc.AbstractRpc
 
AbstractRpc(String, String) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRpc
 
AbstractRpc(String, String, boolean) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRpc
 
AbstractRpc(Token) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRpc
The token should contains all the necessary informations.
AbstractRrpc - Class in org.jwebsocket.plugins.rpc
Class used to call a Rrpc method (S2C) Example: new Rrpc.Call("aClass", "aMethod").send("hello", "it's a rrpc call", 123).from(aConnector).to(anotherConnector) or new Rrpc.Call("aClass", "aMethod").send(SomethingToSend).to(anotherConnector) (in this case, the sender will be the server)
AbstractRrpc(String, String) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRrpc
 
AbstractRrpc(String, String, boolean) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRrpc
 
AbstractRrpc(Token) - Constructor for class org.jwebsocket.plugins.rpc.AbstractRrpc
The token should contains all the necessary informations.
AccountInfo - Class in to.sparks.mtgox.model
 
AccountInfo(String, String[], Date, Date, long, BitcoinPrice, String, String, HashMap<String, Wallet>, double) - Constructor for class to.sparks.mtgox.model.AccountInfo
 
add(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
add(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
addDays(Date, Integer) - Static method in class org.jwebsocket.util.DateHandler
Current time with "HH:mm:ss" format
addListener(WebSocketClientListener) - Method in interface org.jwebsocket.api.WebSocketClient
Adds the client listener to the lists of listener which are interested in receiving the jWebSocket connection and data events.
addListener(WebSocketClientListener) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Adds the client listener to the lists of listener which are interested in receiving the jWebSocket connection and data events.
addSubProtocol(WebSocketSubProtocol) - Method in interface org.jwebsocket.api.WebSocketClient
Adds subprotocol to the list of supported protocols which are negotiated during handshake with web socket server.
addSubProtocol(WebSocketSubProtocol) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
addTokenClientListener(WebSocketClientTokenListener) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Add the token client listener which are interested in receiving only token based data.
addTokenClientListener(WebSocketClientTokenListener) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
any() - Method in class to.sparks.mtgox.model.DynaBean
 
appendTrailingSeparator(String) - Static method in class org.jwebsocket.util.Tools
Checks if a path has trailing separator, if not it appends the correct one according to the operating system.
ARG_CLASS_ID - Static variable in class org.jwebsocket.token.BaseTokenizable
 
ARGARG_SEPARATOR - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Separator between the various URL arguments.

B

base64Encode(byte[]) - Static method in class org.jwebsocket.util.Tools
 
BaseToken - Class in org.jwebsocket.token
 
BaseToken() - Constructor for class org.jwebsocket.token.BaseToken
 
BaseTokenClient - Class in org.jwebsocket.client.token
Token based implementation of JWebSocketClient
BaseTokenClient() - Constructor for class org.jwebsocket.client.token.BaseTokenClient
Default constructor
BaseTokenClient(ReliabilityOptions) - Constructor for class org.jwebsocket.client.token.BaseTokenClient
 
BaseTokenClient(String, WebSocketEncoding) - Constructor for class org.jwebsocket.client.token.BaseTokenClient
 
BaseTokenClient(WebSocketSubProtocol) - Constructor for class org.jwebsocket.client.token.BaseTokenClient
 
BaseTokenizable - Class in org.jwebsocket.token
 
BaseTokenizable() - Constructor for class org.jwebsocket.token.BaseTokenizable
 
BaseTokenResponseListener - Class in org.jwebsocket.token
 
BaseTokenResponseListener() - Constructor for class org.jwebsocket.token.BaseTokenResponseListener
 
BaseTokenResponseListener(long) - Constructor for class org.jwebsocket.token.BaseTokenResponseListener
 
BaseWebSocketClient - Class in org.jwebsocket.client.java
Base WebSocket implementation based on http://weberknecht.googlecode.com by Roderick Baier.
BaseWebSocketClient() - Constructor for class org.jwebsocket.client.java.BaseWebSocketClient
Base constructor
BaseWebSocketClient(ReliabilityOptions) - Constructor for class org.jwebsocket.client.java.BaseWebSocketClient
Constructor including reliability options
BitcoinCurrencyInfo - Static variable in class to.sparks.mtgox.model.CurrencyInfo
 
BitcoinPrice - Class in to.sparks.mtgox.model
 
BitcoinPrice(double, long, String, String, String) - Constructor for class to.sparks.mtgox.model.BitcoinPrice
 
breakChain() - Method in class org.jwebsocket.kit.PlugInResponse
Signals that the plug-in chain has to be be aborted.
BroadcastOptions - Class in org.jwebsocket.kit
This class holds the various options to broadcast a data packet in the WebSocket network.
BroadcastOptions(boolean, boolean) - Constructor for class org.jwebsocket.kit.BroadcastOptions
Creates a new BroadcastOptions instance.
BroadcastOptions(boolean, boolean, boolean) - Constructor for class org.jwebsocket.kit.BroadcastOptions
Creates a new BroadcastOptions instance.
broadcastText(String) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Broadcast the text to all the connected clients to jWebSocket server
broadcastText(String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 

C

calcCloseData(int, String) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
calcClosePayload(int, byte[]) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
calcHybiSecKeyAccept(String) - Static method in class org.jwebsocket.kit.WebSocketHandshake
 
call() - Method in class org.jwebsocket.plugins.rpc.AbstractRpc
Make the call.
call() - Method in class org.jwebsocket.plugins.rpc.AbstractRrpc
 
cancelOrder(MtGoxHTTPClient.OrderType, String) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Cancel an existing order.
cancelOrder(Order) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
 
castGenericToJava(Object, String, String) - Static method in class org.jwebsocket.util.Tools
Tries to convert a given object into the given java data type
ChangeType - Enum in org.jwebsocket.kit
 
clear() - Method in class org.jwebsocket.token.JSONToken
 
clear() - Method in class org.jwebsocket.token.MapToken
 
clear() - Method in interface org.jwebsocket.token.Token
resets all fields of the token.
close() - Method in interface org.jwebsocket.api.WebSocketClient
Close the jWebSocket connection.
close() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
close() - Method in class org.jwebsocket.client.token.BaseTokenClient
{@
CloseReason - Enum in org.jwebsocket.kit
Enumeration to handle reasons for connection close.
CommonRpcPlugin - Class in org.jwebsocket.plugins.rpc
 
CommonRpcPlugin() - Constructor for class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
compareTo(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
compareTo(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
CONNECTION - Static variable in class org.jwebsocket.kit.Headers
 
continueChain() - Method in class org.jwebsocket.kit.PlugInResponse
Signals that the plug-in chain has to be be continued.
convert() - Method in class org.jwebsocket.plugins.rpc.util.ListConverter
 
convert(List, Type) - Static method in class org.jwebsocket.plugins.rpc.util.ListConverter
Convert a list on a specific type.
convertObjectToJson(Object) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
transform an object to another JSON object (match all possibilities)
COPYRIGHT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket copyright string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license! Please ask for conditions of a commercial license on demand.
createToken() - Static method in class org.jwebsocket.token.TokenFactory
 
createToken(String) - Static method in class org.jwebsocket.token.TokenFactory
 
createToken(String, String) - Static method in class org.jwebsocket.token.TokenFactory
 
CSVProcessor - Class in org.jwebsocket.packetProcessors
converts CSV formatted data packets into tokens and vice versa.
CSVProcessor() - Constructor for class org.jwebsocket.packetProcessors.CSVProcessor
 
currency - Variable in class to.sparks.mtgox.model.MtGoxPrice
 
CurrencyInfo - Class in to.sparks.mtgox.model
Contains information about an MtGox currency
CurrencyInfo(String, String, String, int, int, String, String, String, String) - Constructor for class to.sparks.mtgox.model.CurrencyInfo
 
currencyInfo - Variable in class to.sparks.mtgox.model.Offer
 
CurrencyKludge - Interface in to.sparks.mtgox.model
This is a bit of a kludge that ensures the offers know what currency they are in.

D

DATA_CLOSE_CLIENT - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
DATA_CLOSE_ERROR - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
DATA_CLOSE_SERVER - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
DATA_CLOSE_SHUTDOWN - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
DateHandler - Class in org.jwebsocket.util
Provides some convenience methods to support the web socket development.
DateHandler() - Constructor for class org.jwebsocket.util.DateHandler
 
DateToISO8601(Date) - Static method in class org.jwebsocket.util.Tools
 
DateToISO8601WithMillis(Date) - Static method in class org.jwebsocket.util.Tools
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
the default maximum frame size if not configured
DEFAULT_PORT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default socket port for jWebSocket clients.
DEFAULT_SSLPORT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default socket port for jWebSocket clients.
DEFAULT_TIMEOUT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default Session Timeout for client connections (120000ms = 2min)
Depth - Class in to.sparks.mtgox.model
 
Depth(String, String, long, String, int, double, double, long, long, long) - Constructor for class to.sparks.mtgox.model.Depth
 
DepthEvent - Class in to.sparks.mtgox.event
 
DepthEvent(Object, Depth) - Constructor for class to.sparks.mtgox.event.DepthEvent
 
disconnect() - Method in interface org.jwebsocket.api.WebSocketTokenClient
Disconnect from the jWebSocket server
disconnect() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
divide(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
divide(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
doubleValue() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
DtoBase - Class in to.sparks.mtgox.model
 
DtoBase() - Constructor for class to.sparks.mtgox.model.DtoBase
 
DynaBean - Class in to.sparks.mtgox.model
This bean can be used as a dynamic proxy for *any* JSON object
DynaBean() - Constructor for class to.sparks.mtgox.model.DynaBean
 

E

encodingToFrameType(WebSocketEncoding) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
equals(Object) - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
equals(Object) - Method in class to.sparks.mtgox.model.CurrencyInfo
 
equals(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
equals(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
equals(Object) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
EVENT_CLOSE - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
EVENT_OPEN - Static variable in class org.jwebsocket.client.java.BaseWebSocketClient
 
EXPAND_CASE_INSENSITIVE - Static variable in class org.jwebsocket.util.Tools
 
EXPAND_CASE_SENSITIVE - Static variable in class org.jwebsocket.util.Tools
 
expandEnvVars(String) - Static method in class org.jwebsocket.util.Tools
Replaces all pattern ${name} in a string by the values of the corresponding environment variable.
expandEnvVarsAndProps(String) - Static method in class org.jwebsocket.util.Tools
Replaces all pattern ${name} in a string by the values of the corresponding environment variable or system property.
expandProps(String) - Static method in class org.jwebsocket.util.Tools
Replaces all pattern ${name} in a string by the values of the corresponding system property.
expandVars(String, Map<String, String>, boolean) - Static method in class org.jwebsocket.util.Tools
 

F

FilterResponse - Class in org.jwebsocket.kit
Implements the response class to return results from the filter chain to the server.
FilterResponse() - Constructor for class org.jwebsocket.kit.FilterResponse
 
frameTypeToOpcode(int, WebSocketFrameType) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
FullDepth - Class in to.sparks.mtgox.model
 
FullDepth(Offer[], Offer[]) - Constructor for class to.sparks.mtgox.model.FullDepth
 

G

generateC2SRequest(List<HttpCookie>) - Method in class org.jwebsocket.kit.WebSocketHandshake
Generates the initial Handshake from a Java Client to the WebSocket Server.
generateC2SRequest() - Method in class org.jwebsocket.kit.WebSocketHandshake
 
generateS2CResponse(Map) - Static method in class org.jwebsocket.kit.WebSocketHandshake
Generates the response for the server to answer an initial client request.
get(String) - Method in class org.jwebsocket.kit.RequestHeader
Returns the object value for the given key or null if the key does not exist in the header.
get(String) - Method in class org.jwebsocket.token.JSONToken
 
get(String) - Method in class to.sparks.mtgox.model.DynaBean
 
getAccountInfo() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Get private information about the currently logged-in account
getActions() - Method in class to.sparks.mtgox.model.Order
 
getaEvent() - Method in class to.sparks.mtgox.net.MtGoxPacket
 
getAll(Collection<K>) - Method in interface org.jwebsocket.api.IBasicStorage
 
getAmount() - Method in class to.sparks.mtgox.model.Offer
 
getAmount() - Method in class to.sparks.mtgox.model.Order
 
getAmount() - Method in class to.sparks.mtgox.model.Trade
 
getAmount() - Method in class to.sparks.mtgox.model.TradeResult
 
getaPacket() - Method in class to.sparks.mtgox.net.MtGoxPacket
 
getArgs() - Method in class org.jwebsocket.kit.RequestHeader
Returns a Map of the optional URL arguments passed by the client.
getASCII() - Method in interface org.jwebsocket.api.WebSocketPacket
Interprets the data packet as a US-ASCII string and returns the string in US-ASCII encoding.
getASCII() - Method in class org.jwebsocket.kit.RawPacket
 
getAsks() - Method in class to.sparks.mtgox.model.FullDepth
 
getAvg() - Method in class to.sparks.mtgox.model.Ticker
 
getAvgCost() - Method in class to.sparks.mtgox.model.OrderResult
 
getBalance() - Method in class to.sparks.mtgox.model.Wallet
 
getBaseCurrency() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
 
getBids() - Method in class to.sparks.mtgox.model.FullDepth
 
getBoolean(String, Boolean) - Method in class org.jwebsocket.token.JSONToken
 
getBoolean(String) - Method in class org.jwebsocket.token.JSONToken
 
getBoolean(String, Boolean) - Method in class org.jwebsocket.token.MapToken
 
getBoolean(String) - Method in class org.jwebsocket.token.MapToken
 
getBoolean(String, Boolean) - Method in interface org.jwebsocket.token.Token
 
getBoolean(String) - Method in interface org.jwebsocket.token.Token
 
getBuy() - Method in class to.sparks.mtgox.model.Ticker
 
getByteArray() - Method in interface org.jwebsocket.api.WebSocketPacket
Returns the content of the data packet as an array of bytes.
getByteArray() - Method in class org.jwebsocket.kit.RawPacket
 
getCacheStorage(String) - Method in interface org.jwebsocket.api.ICacheStorageProvider
Get a cache storage instance for a giving a name
getChannel() - Method in class to.sparks.mtgox.model.OpPrivate
 
getClassName() - Method in class org.jwebsocket.token.BaseTokenizable
 
getClient() - Method in class org.jwebsocket.api.WebSocketBaseClientEvent
 
getClient() - Method in interface org.jwebsocket.api.WebSocketClientEvent
Returns the WebSocket client which fired the event.
getClientId() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
getCode() - Method in enum org.jwebsocket.kit.CloseReason
 
getConnections() - Method in interface org.jwebsocket.api.WebSocketTokenClient
Send the token to get the number of connected clients
getConnections() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
getConnectionSocket() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getConnectionStatus() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
getConnectTimeout() - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
getCookies() - Method in class org.jwebsocket.kit.RequestHeader
 
getCreated() - Method in class to.sparks.mtgox.model.AccountInfo
 
getCreationDate() - Method in interface org.jwebsocket.api.WebSocketPacket
 
getCreationDate() - Method in class org.jwebsocket.kit.RawPacket
 
getCurrency() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getCurrency() - Method in class to.sparks.mtgox.model.Order
 
getCurrencyCode() - Method in class to.sparks.mtgox.model.MtGoxPrice
 
getCurrencyCode() - Method in class to.sparks.mtgox.model.Ticker
 
getCurrencyInfo() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
getCurrencyInfo() - Method in class to.sparks.mtgox.model.Offer
 
getCurrencyInfo() - Method in class to.sparks.mtgox.model.TickerPrice
 
getCurrencyInfo() - Method in class to.sparks.mtgox.model.Wallet
 
getCurrencyInfo(Currency) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Get MtGox special information about a currency.
getCurrencyInfo(String) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Get MtGox special information about a currency.
getCurrentDate() - Static method in class org.jwebsocket.util.DateHandler
Current date with "yyyy-MM-dd" format
getCurrentTime() - Static method in class org.jwebsocket.util.DateHandler
Current time with "HH:mm:ss" format
getDailyWithdrawLimit() - Method in class to.sparks.mtgox.model.Wallet
 
getData() - Method in class org.jwebsocket.api.WebSocketBaseClientEvent
 
getData() - Method in interface org.jwebsocket.api.WebSocketClientEvent
Returns the data (usually a message) for the event.
getDataType() - Method in enum org.jwebsocket.kit.WebSocketDataType
 
getDataType() - Method in enum org.jwebsocket.kit.WebSocketJavaType
 
getDataType() - Method in enum org.jwebsocket.kit.WebSocketJSONType
 
getDate() - Method in class to.sparks.mtgox.model.Order
 
getDate() - Method in class to.sparks.mtgox.model.Trade
 
getDate() - Method in class to.sparks.mtgox.model.TradeResult
 
getDecimals() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getDepth() - Method in class to.sparks.mtgox.model.OpPrivateDepth
 
getDepth_channel() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getDisplay() - Method in class to.sparks.mtgox.model.MtGoxPrice
 
getDisplay_decimals() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getDisplay_short() - Method in class to.sparks.mtgox.model.MtGoxPrice
 
getDouble(String, Double) - Method in class org.jwebsocket.token.JSONToken
 
getDouble(String) - Method in class org.jwebsocket.token.JSONToken
 
getDouble(String, Double) - Method in class org.jwebsocket.token.MapToken
 
getDouble(String) - Method in class org.jwebsocket.token.MapToken
 
getDouble(String, Double) - Method in interface org.jwebsocket.token.Token
 
getDouble(String) - Method in interface org.jwebsocket.token.Token
 
getDTOasJSON(DtoBase) - Method in class to.sparks.mtgox.net.JSONSource
 
getEncoding() - Method in enum org.jwebsocket.kit.WebSocketEncoding
 
getEncoding() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
getError() - Method in class to.sparks.mtgox.model.Result
 
getEventReceived() - Method in class to.sparks.mtgox.event.StreamEvent
 
getEventTime() - Method in class to.sparks.mtgox.model.Depth
 
getEventTime() - Method in interface to.sparks.mtgox.model.IEventTime
 
getEventTime() - Method in class to.sparks.mtgox.model.Trade
 
getExceptionType() - Method in enum org.jwebsocket.kit.WebSocketExceptionType
 
getExecutor() - Static method in class org.jwebsocket.client.java.ReliabilityManager
 
getField(String) - Method in class org.jwebsocket.kit.Headers
 
getFields() - Method in class org.jwebsocket.kit.Headers
 
getFirstLine() - Method in class org.jwebsocket.kit.Headers
 
getFormat() - Method in class org.jwebsocket.kit.RequestHeader
Returns the subprotocol format in which messages are exchanged between client and server.
getFormat() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
getFrameType() - Method in interface org.jwebsocket.api.WebSocketPacket
 
getFrameType() - Method in class org.jwebsocket.kit.RawPacket
 
getFrameType() - Method in enum org.jwebsocket.kit.WebSocketFrameType
 
getFullDepth() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Get the market full depth from the MtGox exchange
getGenericTypeStringFromJavaClassname(String) - Static method in class org.jwebsocket.util.Tools
Tries to convert a given object into the given java data type
getHeaders() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getHigh() - Method in class to.sparks.mtgox.model.Ticker
 
getId() - Method in class to.sparks.mtgox.model.AccountInfo
 
getIndex() - Method in class to.sparks.mtgox.model.AccountInfo
 
getInteger(String, Integer) - Method in class org.jwebsocket.token.JSONToken
 
getInteger(String) - Method in class org.jwebsocket.token.JSONToken
 
getInteger(String, Integer) - Method in class org.jwebsocket.token.MapToken
 
getInteger(String) - Method in class org.jwebsocket.token.MapToken
 
getInteger(String, Integer) - Method in interface org.jwebsocket.token.Token
 
getInteger(String) - Method in interface org.jwebsocket.token.Token
 
getInvalidAmount() - Method in class to.sparks.mtgox.model.Order
 
getItem() - Method in class to.sparks.mtgox.model.Depth
 
getItem() - Method in class to.sparks.mtgox.model.Order
 
getItem() - Method in class to.sparks.mtgox.model.Trade
 
getItem() - Method in class to.sparks.mtgox.model.TradeResult
 
getJavaClassnameFromGenericType(String) - Static method in class org.jwebsocket.util.Tools
Tries to convert a generic type to the correspondant java type
getJSONObject() - Method in class org.jwebsocket.token.JSONToken
 
getKeyIterator() - Method in class org.jwebsocket.token.JSONToken
 
getKeyIterator() - Method in class org.jwebsocket.token.MapToken
 
getKeyIterator() - Method in interface org.jwebsocket.token.Token
 
getLag() - Method in class to.sparks.mtgox.model.Lag
 
getLag() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
The "lag" value is the age in microseconds of the oldest order pending execution If it's too large it means the engine is busy, and the depth is probably not reliable.
getLagSecs() - Method in class to.sparks.mtgox.model.Lag
 
getLagText() - Method in class to.sparks.mtgox.model.Lag
 
getLanguage() - Method in class to.sparks.mtgox.model.AccountInfo
 
getLast() - Method in class to.sparks.mtgox.model.Ticker
 
getLast_all() - Method in class to.sparks.mtgox.model.Ticker
 
getLast_local() - Method in class to.sparks.mtgox.model.Ticker
 
getLast_Login() - Method in class to.sparks.mtgox.model.AccountInfo
 
getLast_orig() - Method in class to.sparks.mtgox.model.Ticker
 
getList(String, List) - Method in class org.jwebsocket.token.JSONToken
 
getList(String) - Method in class org.jwebsocket.token.JSONToken
 
getList(String) - Method in class org.jwebsocket.token.MapToken
 
getList(String, List) - Method in class org.jwebsocket.token.MapToken
 
getList(String, List) - Method in interface org.jwebsocket.token.Token
 
getList(String) - Method in interface org.jwebsocket.token.Token
 
getListener() - Method in class org.jwebsocket.token.PendingResponseQueueItem
 
getListeners() - Method in interface org.jwebsocket.api.WebSocketClient
Returns the list of listeners registered.
getListeners() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Returns the list of listeners registered.
getLogin() - Method in class to.sparks.mtgox.model.AccountInfo
 
getLong(String, Long) - Method in class org.jwebsocket.token.JSONToken
 
getLong(String) - Method in class org.jwebsocket.token.JSONToken
 
getLong(String, Long) - Method in class org.jwebsocket.token.MapToken
 
getLong(String) - Method in class org.jwebsocket.token.MapToken
 
getLong(String, Long) - Method in interface org.jwebsocket.token.Token
 
getLong(String) - Method in interface org.jwebsocket.token.Token
 
getLow() - Method in class to.sparks.mtgox.model.Ticker
 
getMap() - Method in class org.jwebsocket.token.JSONToken
 
getMap(String, Map) - Method in class org.jwebsocket.token.JSONToken
 
getMap(String) - Method in class org.jwebsocket.token.JSONToken
 
getMap() - Method in class org.jwebsocket.token.MapToken
 
getMap(String, Map) - Method in class org.jwebsocket.token.MapToken
 
getMap(String) - Method in class org.jwebsocket.token.MapToken
 
getMap() - Method in interface org.jwebsocket.token.Token
 
getMap(String, Map) - Method in interface org.jwebsocket.token.Token
 
getMap(String) - Method in interface org.jwebsocket.token.Token
 
getMaxWithdraw() - Method in class to.sparks.mtgox.model.Wallet
 
getMD5(String) - Static method in class org.jwebsocket.util.Tools
Returns the MD5 sum of the given string.
getMessage() - Method in class org.jwebsocket.kit.PlugInResponse
 
getMessageType() - Method in class to.sparks.mtgox.model.OpPrivate
 
getMethodParameters() - Method in class org.jwebsocket.plugins.rpc.MethodMatcher
Should only be used after isMethodMatchingAgainstParameter() is invoked and returns true.
getMonthly_Volume() - Method in class to.sparks.mtgox.model.AccountInfo
 
getMonthlyWithdrawLimit() - Method in class to.sparks.mtgox.model.Wallet
 
getMtGoxHTTPInputStream(String, HashMap<String, String>) - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
getMtGoxHTTPInputStream(String) - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
getName() - Method in interface org.jwebsocket.api.IBasicStorage
 
getName() - Method in class org.jwebsocket.api.WebSocketBaseClientEvent
 
getName() - Method in interface org.jwebsocket.api.WebSocketClientEvent
Returns the name of the event.
getName() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getNameSpace() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
getNegotiatedEncoding() - Method in interface org.jwebsocket.api.WebSocketClient
If subprotocol was negotiated, then this method returns sub protocol format (json, csv, binary, custom)
getNegotiatedEncoding() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getNegotiatedSubProtocol() - Method in interface org.jwebsocket.api.WebSocketClient
If subprotocol was negotiated, then this method returns sub protocol name.
getNegotiatedSubProtocol() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getNow() - Method in class to.sparks.mtgox.model.Ticker
 
getNS() - Method in class org.jwebsocket.token.BaseToken
Returns the name space of the token.
getNS() - Method in interface org.jwebsocket.token.Token
 
getNumberOfValidParameters(Class[]) - Method in class org.jwebsocket.plugins.rpc.MethodMatcher
 
getNumUnits() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
getObject(String) - Method in class org.jwebsocket.token.JSONToken
 
getObject(String) - Method in class org.jwebsocket.token.MapToken
 
getObject(String) - Method in interface org.jwebsocket.token.Token
 
getOid() - Method in class to.sparks.mtgox.model.Order
 
getOp() - Method in class to.sparks.mtgox.model.Operation
 
getOpenOrders() - Method in class to.sparks.mtgox.model.Wallet
 
getOpenOrders() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
A private function that requires credentials.
getOperations() - Method in class to.sparks.mtgox.model.Wallet
 
getOrderId() - Method in class to.sparks.mtgox.model.OrderResult
 
getOrderResult(MtGoxHTTPClient.OrderType, String) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Return the result of an order request
getOrigin() - Method in class to.sparks.mtgox.model.OpPrivate
 
getParam(String, Object) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getParam(String) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getPayload() - Method in class to.sparks.mtgox.event.StreamEvent
 
getPrice() - Method in class to.sparks.mtgox.model.Offer
 
getPrice() - Method in class to.sparks.mtgox.model.Order
 
getPrice() - Method in class to.sparks.mtgox.model.Trade
 
getPrice() - Method in class to.sparks.mtgox.model.TradeResult
 
getPrice_currency() - Method in class to.sparks.mtgox.model.Trade
 
getPriceValue() - Method in class to.sparks.mtgox.model.BitcoinPrice
This function must be called *after* you have setCurrencyInfo on this object.
getPriceValue() - Method in class to.sparks.mtgox.model.TickerPrice
This function must be called *after* you have setCurrencyInfo on this object.
getPriceValueInt() - Method in class to.sparks.mtgox.model.MtGoxPrice
 
getPrimary() - Method in class to.sparks.mtgox.model.Trade
 
getPrimary() - Method in class to.sparks.mtgox.model.TradeResult
 
getPriority() - Method in class to.sparks.mtgox.model.Order
 
getProperties() - Method in class to.sparks.mtgox.model.Trade
 
getProperties() - Method in class to.sparks.mtgox.model.TradeResult
 
getQueueItemLimit() - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
getQueueSizeLimit() - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
getReadTimout() - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
getReconnectDelay() - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
getReconnectTimeout() - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
getReliabilityOptions() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getResult() - Method in class to.sparks.mtgox.model.Result
 
getResult(JsonParser, Class) - Method in class to.sparks.mtgox.net.JSONSource
 
getResultFromFile(String, Class) - Method in class to.sparks.mtgox.net.JSONSource
 
getResultFromStream(InputStream, Class) - Method in class to.sparks.mtgox.net.JSONSource
 
getResultFromString(String, Class) - Method in class to.sparks.mtgox.net.JSONSource
 
getReturn() - Method in class to.sparks.mtgox.model.Result
 
getReturnCode() - Method in class org.jwebsocket.kit.PlugInResponse
 
getRights() - Method in class to.sparks.mtgox.model.AccountInfo
 
getSell() - Method in class to.sparks.mtgox.model.Ticker
 
getSessionId() - Method in class org.jwebsocket.kit.WebSocketSession
 
getSHA1(String) - Static method in class org.jwebsocket.util.Tools
Returns the SHA1 sum of the given string.
getSpent() - Method in class to.sparks.mtgox.model.TradeResult
 
getStamp() - Method in class to.sparks.mtgox.model.Offer
 
getStatus() - Method in interface org.jwebsocket.api.WebSocketClient
Method to return if the status of the jWebSocketClient
getStatus() - Method in enum org.jwebsocket.api.WebSocketStatus
 
getStatus() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
getStatus() - Method in class to.sparks.mtgox.model.Order
 
getStorage(String) - Method in interface org.jwebsocket.api.IStorageProvider
Get a storage instance for a giving a name
getStorage() - Method in class org.jwebsocket.kit.WebSocketSession
 
getString() - Method in interface org.jwebsocket.api.WebSocketPacket
Returns the content of the data packet as a string using default encoding.
getString(String) - Method in interface org.jwebsocket.api.WebSocketPacket
Returns the content of the data packet as a string using the passed encoding.
getString() - Method in class org.jwebsocket.kit.RawPacket
 
getString(String) - Method in class org.jwebsocket.kit.RawPacket
 
getString(String) - Method in class org.jwebsocket.kit.RequestHeader
Returns the string value for the given key or null if the key does not exist in the header.
getString(String, String) - Method in class org.jwebsocket.token.JSONToken
 
getString(String) - Method in class org.jwebsocket.token.JSONToken
 
getString(String, String) - Method in class org.jwebsocket.token.MapToken
 
getString(String) - Method in class org.jwebsocket.token.MapToken
 
getString(String, String) - Method in interface org.jwebsocket.token.Token
 
getString(String) - Method in interface org.jwebsocket.token.Token
 
getSubProt() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
getSubProtocol() - Method in class org.jwebsocket.kit.RequestHeader
Returns the sub protocol passed by the client or a default value if no sub protocol has been passed either in the header or in the URL arguments.
getSymbol() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getSymbol_position() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getTicker() - Method in class to.sparks.mtgox.model.OpPrivateTicker
 
getTicker() - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Request the current ticker from MtGox
getTicker_channel() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
getTimeout(Integer) - Method in class org.jwebsocket.kit.RequestHeader
Returns the session timeout passed by the client or a default value if no session timeout has been passed either in the header or in the URL arguments.
getTimeout() - Method in class org.jwebsocket.token.BaseTokenResponseListener
Returns the timeout of the request.
getTimeout() - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Returns the timeout of the request.
getTimer() - Static method in class org.jwebsocket.util.Tools
 
getToken(String) - Method in class org.jwebsocket.token.JSONToken
 
getToken(String, Token) - Method in class org.jwebsocket.token.JSONToken
 
getToken(String) - Method in class org.jwebsocket.token.MapToken
 
getToken(String, Token) - Method in class org.jwebsocket.token.MapToken
 
getToken() - Method in class org.jwebsocket.token.PendingResponseQueueItem
 
getToken(String) - Method in interface org.jwebsocket.token.Token
 
getToken(String, Token) - Method in interface org.jwebsocket.token.Token
 
getToken() - Method in class to.sparks.mtgox.model.Result
 
getTotalAmount() - Method in class to.sparks.mtgox.model.OrderResult
 
getTotalSpent() - Method in class to.sparks.mtgox.model.OrderResult
 
getTotalVolume() - Method in class to.sparks.mtgox.model.Depth
 
getTrade() - Method in class to.sparks.mtgox.model.OpPrivateTrade
 
getTrade_Fee() - Method in class to.sparks.mtgox.model.AccountInfo
 
getTrade_type() - Method in class to.sparks.mtgox.model.Trade
 
getTradeId() - Method in class to.sparks.mtgox.model.Trade
 
getTradeId() - Method in class to.sparks.mtgox.model.TradeResult
 
getTrades() - Method in class to.sparks.mtgox.model.OrderResult
 
getTrailingBytes() - Method in class org.jwebsocket.kit.Headers
Returns the trailing bytes of the hixie header.
getTrx() - Method in class to.sparks.mtgox.model.SendBitcoinsTransaction
 
getType() - Method in class org.jwebsocket.token.BaseToken
 
getType() - Method in interface org.jwebsocket.token.Token
 
getType() - Method in class to.sparks.mtgox.model.Depth
 
getType() - Method in class to.sparks.mtgox.model.Order
 
getType() - Method in class to.sparks.mtgox.model.Trade
 
getType() - Method in class to.sparks.mtgox.model.TradeResult
 
getType_str() - Method in class to.sparks.mtgox.model.Depth
 
getTypeChange() - Method in enum org.jwebsocket.kit.ChangeType
 
getUsername() - Method in interface org.jwebsocket.api.WebSocketTokenClient
 
getUsername() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
getUserRights(String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
getUserRoles(String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
getUTF8() - Method in interface org.jwebsocket.api.WebSocketPacket
Interprets the data packet as a UTF8 string and returns the string in UTF-8 encoding.
getUTF8() - Method in class org.jwebsocket.kit.RawPacket
 
getValidAmount() - Method in class to.sparks.mtgox.model.Order
 
getVersion() - Method in class org.jwebsocket.kit.RequestHeader
 
getVol() - Method in class to.sparks.mtgox.model.Ticker
 
getVwap() - Method in class to.sparks.mtgox.model.Ticker
 
getWallets() - Method in class to.sparks.mtgox.model.AccountInfo
 

H

hashCode() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
hashCode() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
hashCode() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
Headers - Class in org.jwebsocket.kit
 
Headers() - Constructor for class org.jwebsocket.kit.Headers
 
hexByteArrayToString(byte[]) - Static method in class org.jwebsocket.util.Tools
From http://www.rgagnon.com/javadetails/java-0596.html
hexStringToByteArray(String) - Static method in class org.jwebsocket.util.Tools
From http://stackoverflow.com/questions/140131/convert-a-string-representation-of-a-hex-dump-to-a-byte-array-using-java
HOST - Static variable in class org.jwebsocket.kit.Headers
 
HowToGetInfo - Class in to.sparks.mtgox.example
This example will show how to get some types of information from MtGox
HowToGetInfo() - Constructor for class to.sparks.mtgox.example.HowToGetInfo
 
HowToWithdrawBitcoins - Class in to.sparks.mtgox.example
Example that shows how to transfer the entire bitcoin balance of your MtGox account to a bitcoin address given on the command line.
HowToWithdrawBitcoins() - Constructor for class to.sparks.mtgox.example.HowToWithdrawBitcoins
 
HTTPAuthenticator - Class in to.sparks.mtgox.net
A simple implementation of an authenticated client for the MtGox HTTP API
HTTPAuthenticator(Logger, String, String) - Constructor for class to.sparks.mtgox.net.HTTPAuthenticator
 

I

IBasicCacheStorage<K,V> - Interface in org.jwebsocket.api
Basic storages with simple expiration capability
IBasicStorage<K,V> - Interface in org.jwebsocket.api
A storage is a named key/value list.
ICacheStorageProvider - Interface in org.jwebsocket.api
Provides the getStorage method to obtain a persistence storage with a given name.
IEventTime - Interface in to.sparks.mtgox.model
A convenient way to deal with unrelated objects chronologically
IInitializable - Interface in org.jwebsocket.api
 
initFragmented(int) - Method in interface org.jwebsocket.api.WebSocketPacket
 
initFragmented(int) - Method in class org.jwebsocket.kit.RawPacket
 
initialize() - Method in interface org.jwebsocket.api.IInitializable
 
intToHex(int, int) - Static method in class org.jwebsocket.util.Tools
Returns the hex value of the given int as a string.
intToString(int, int) - Static method in class org.jwebsocket.util.Tools
Returns the hex value of the given int as a string.
invoke(String, String, Object...) - Static method in class org.jwebsocket.util.Tools
 
invoke(Class, String, Object...) - Static method in class org.jwebsocket.util.Tools
 
invoke(Object, String, Object...) - Static method in class org.jwebsocket.util.Tools
 
invokeUnique(Class, String, Object...) - Static method in class org.jwebsocket.util.Tools
 
invokeUnique(Class, String, Object[], Class[]) - Static method in class org.jwebsocket.util.Tools
 
isAsync() - Method in class org.jwebsocket.kit.BroadcastOptions
 
isAuthenticated() - Method in enum org.jwebsocket.api.WebSocketStatus
 
isAuthenticated() - Method in interface org.jwebsocket.api.WebSocketTokenClient
Checks if for this client a user already is authenticated.
isAuthenticated() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
isAutoReconnect() - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
isChainAborted() - Method in class org.jwebsocket.kit.PlugInResponse
Returns if the plug-in chain has to be aborted after a plug-in has finished its work.
isClosable() - Method in enum org.jwebsocket.api.WebSocketStatus
 
isClosed() - Method in enum org.jwebsocket.api.WebSocketStatus
 
isComplete() - Method in interface org.jwebsocket.api.WebSocketPacket
 
isComplete() - Method in class org.jwebsocket.kit.RawPacket
 
isConnected() - Method in interface org.jwebsocket.api.WebSocketClient
Method to check if the jWebSocketClient is still connected to the jWebSocketServer
isConnected() - Method in enum org.jwebsocket.api.WebSocketStatus
 
isConnected() - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Method to check if the jWebSocketClient is still connected to the jWebSocketServer
isCookieValid(URI, HttpCookie) - Static method in class org.jwebsocket.util.Tools
Indicates if a cookie is valid for a given URI
isFragmented() - Method in interface org.jwebsocket.api.WebSocketPacket
 
isFragmented() - Method in class org.jwebsocket.kit.RawPacket
 
isHixieDraft(String) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isHixieVersion(int) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isHybiDraft(String) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isHybiVersion(int) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isMethodMatchingAgainstParameter(List) - Method in class org.jwebsocket.plugins.rpc.MethodMatcher
Match the given parameters again the method If the parameters match, cast and save the parameters in mMethodParameters object.
ISO8601ToDate(String) - Static method in class org.jwebsocket.util.Tools
 
isRejected() - Method in class org.jwebsocket.kit.FilterResponse
Returns if a filter in the filter chain has rejected a message.
isResponseRequested() - Method in class org.jwebsocket.kit.BroadcastOptions
Returns if the server is supposed to send a response for the broadcast operation.
isSenderIncluded() - Method in class org.jwebsocket.kit.BroadcastOptions
Returns if the sender is supposed to be included in the pending broadcast operation.
isTimedOut() - Method in interface org.jwebsocket.api.WebSocketPacket
 
isTimedOut() - Method in class org.jwebsocket.kit.RawPacket
 
IStorageProvider - Interface in org.jwebsocket.api
Provides the getStorage method to obtain a persistence storage with a given name.
isValid() - Method in class org.jwebsocket.kit.Headers
 
isValidDraft(String) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isValidVersion(int) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
isVirtual() - Method in class to.sparks.mtgox.model.CurrencyInfo
 
isWritable() - Method in enum org.jwebsocket.api.WebSocketStatus
 
ITokenizable - Interface in org.jwebsocket.api
 

J

JSONProcessor - Class in org.jwebsocket.packetProcessors
converts JSON formatted data packets into tokens and vice versa.
JSONProcessor() - Constructor for class org.jwebsocket.packetProcessors.JSONProcessor
 
JSONSource<T extends DtoBase> - Class in to.sparks.mtgox.net
Parse JSON into java objects.
JSONSource() - Constructor for class to.sparks.mtgox.net.JSONSource
 
jsonStringToToken(String) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
Convert a json string to a token.
JSONToken - Class in org.jwebsocket.token
A token is ...
JSONToken() - Constructor for class org.jwebsocket.token.JSONToken
Creates a new empty instance of a token.
JSONToken(String) - Constructor for class org.jwebsocket.token.JSONToken
 
JSONToken(JSONObject) - Constructor for class org.jwebsocket.token.JSONToken
 
JSONToken(String, String) - Constructor for class org.jwebsocket.token.JSONToken
 
JWEBSOCKET_DEF_CONTEXT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default context on app servers and servlet containers
JWEBSOCKET_DEF_SERVLET - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default servlet on app servers and servlet containers
JWebSocketClientConstants - Class in org.jwebsocket.config
Provides a global shared container for the jWebSocket configuration settings.
JWebSocketClientConstants() - Constructor for class org.jwebsocket.config.JWebSocketClientConstants
 
JWebSocketCommonConstants - Class in org.jwebsocket.config
 
JWebSocketCommonConstants() - Constructor for class org.jwebsocket.config.JWebSocketCommonConstants
 

K

KEYVAL_SEPARATOR - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Separator between the key and the value of each URL argument.

L

Lag - Class in to.sparks.mtgox.model
 
Lag(long, long, String) - Constructor for class to.sparks.mtgox.model.Lag
 
LICENSE - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket license string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license! Please ask for conditions of a commercial license on demand.
ListConverter<E> - Class in org.jwebsocket.plugins.rpc.util
 
ListConverter(List) - Constructor for class org.jwebsocket.plugins.rpc.util.ListConverter
 
listToJsonArray(List) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
transform a list to a JSONArray
logger - Static variable in class to.sparks.mtgox.net.HTTPAuthenticator
 
login(String, String) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Login the client based on given username and password to the jWebSocket server
login(String, String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
logout() - Method in interface org.jwebsocket.api.WebSocketTokenClient
Logout the user
logout() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
longValue() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
longValueExact() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 

M

main(String[]) - Static method in class to.sparks.mtgox.example.HowToGetInfo
 
main(String[]) - Static method in class to.sparks.mtgox.example.HowToWithdrawBitcoins
Send the entire bitcoin balance of a MtGox account to a destination bitcoin address.
main(String[]) - Static method in class to.sparks.mtgox.example.PlaceOrders
 
main(String[]) - Static method in class to.sparks.mtgox.example.TradingBot
 
main(String[]) - Static method in class to.sparks.mtgox.example.WebsocketExamples
 
mapToJsonObject(Map<?, ?>) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
transform a map to a JSONObject
MapToken - Class in org.jwebsocket.token
A token is ...
MapToken() - Constructor for class org.jwebsocket.token.MapToken
Creates a new empty instance of a token.
MapToken(String) - Constructor for class org.jwebsocket.token.MapToken
 
MapToken(FastMap) - Constructor for class org.jwebsocket.token.MapToken
 
MapToken(String, String) - Constructor for class org.jwebsocket.token.MapToken
 
MAX_HEADER_SIZE - Static variable in class org.jwebsocket.kit.WebSocketHandshake
 
MAX_IN_PORT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Maximum allow outgoing TCP Socket port.
mConnectorsIdTo - Variable in class org.jwebsocket.plugins.rpc.AbstractRrpc
 
MethodMatcher - Class in org.jwebsocket.plugins.rpc
 
MethodMatcher(Method) - Constructor for class org.jwebsocket.plugins.rpc.MethodMatcher
 
MethodMatcherConversionException - Exception in org.jwebsocket.plugins.rpc.util
 
MethodMatcherConversionException(String) - Constructor for exception org.jwebsocket.plugins.rpc.util.MethodMatcherConversionException
 
MIN_IN_PORT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Minimum allow outgoing TCP Socket port.
mStatus - Variable in class org.jwebsocket.client.java.BaseWebSocketClient
represents the WebSocket status
MtGoxBitcoin - Class in to.sparks.mtgox.model
A representation of bitcoins as used with MtGox
MtGoxBitcoin(double) - Constructor for class to.sparks.mtgox.model.MtGoxBitcoin
 
MtGoxBitcoin(long) - Constructor for class to.sparks.mtgox.model.MtGoxBitcoin
 
MtGoxBitcoin(BigDecimal) - Constructor for class to.sparks.mtgox.model.MtGoxBitcoin
 
MtGoxFiatCurrency - Class in to.sparks.mtgox.model
A real-world currency (such as USD) as used by MtGox
MtGoxFiatCurrency(long, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxFiatCurrency
 
MtGoxFiatCurrency(double, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxFiatCurrency
 
MtGoxFiatCurrency(BigDecimal, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxFiatCurrency
 
MtGoxHTTPClient - Interface in to.sparks.mtgox
A java api for the MtGox bitcoin exchange built using Spring and Maven.
MtGoxHTTPClient.OrderType - Enum in to.sparks.mtgox
 
MtGoxPacket - Class in to.sparks.mtgox.net
 
MtGoxPacket(WebSocketClientEvent, WebSocketPacket) - Constructor for class to.sparks.mtgox.net.MtGoxPacket
 
MtGoxPrice - Class in to.sparks.mtgox.model
 
MtGoxPrice(double, long, String, String, String) - Constructor for class to.sparks.mtgox.model.MtGoxPrice
 
MtGoxUnitOfCredit - Class in to.sparks.mtgox.model
A class to encapsulate all the weird mtgox money conversions.
MtGoxUnitOfCredit(BigDecimal, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
MtGoxUnitOfCredit(long, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
MtGoxUnitOfCredit(double, CurrencyInfo) - Constructor for class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
MtGoxWebsocketClient - Interface in to.sparks.mtgox
 
multiply(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
multiply(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 

N

notifyClosed(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClient
Notifies the jWebSocket client implementation about the connection being closed
notifyClosed(WebSocketClientEvent) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Notifies the jWebSocket client implementation about the connection being closed
notifyOpened(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClient
Notifies the jWebSocket client implementation about the connection being opened to the jWebSocket server via WebSocket
notifyOpened(WebSocketClientEvent) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Notifies the jWebSocket client implementation about the connection being opened to the jWebSocket server via WebSocket
notifyPacket(WebSocketClientEvent, WebSocketPacket) - Method in interface org.jwebsocket.api.WebSocketClient
Notifies the jWebSocket client implementation about the packet being received from the WebSocket client.
notifyPacket(WebSocketClientEvent, WebSocketPacket) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Notifies the jWebSocket client implementation about the packet being received from the WebSocket client.
notifyReconnecting(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClient
Notifies the jWebSocket client implementation about the connection being re-established
notifyReconnecting(WebSocketClientEvent) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Notifies the jWebSocket client implementation about the connection being re-established
NS_BASE - Static variable in class org.jwebsocket.config.JWebSocketClientConstants
Name space base for tokens and plug-ins.
NS_RPC_DEFAULT - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 

O

objectListToJsonArray(Object[]) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
transform a list of objects to a JSONArray
Offer - Class in to.sparks.mtgox.model
 
Offer(double, double, long, long, long) - Constructor for class to.sparks.mtgox.model.Offer
 
onApplicationEvent(StreamEvent) - Method in class to.sparks.mtgox.example.TradingBot
 
onApplicationEvent(StreamEvent) - Method in class to.sparks.mtgox.example.WebsocketExamples
 
OnFailure(Token) - Method in class org.jwebsocket.token.BaseTokenResponseListener
Is fired if token.code does not equal 0 (zero).
OnFailure(Token) - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Is fired if token.code does not equal 0 (zero).
OnResponse(Token) - Method in class org.jwebsocket.token.BaseTokenResponseListener
Is fired on any response to a send token.
OnResponse(Token) - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Is fired on any response to a send token.
OnSuccess(Token) - Method in class org.jwebsocket.token.BaseTokenResponseListener
Is fired if token.code equals 0 (zero).
OnSuccess(Token) - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Is fired if token.code equals 0 (zero).
OnTimeout(Token) - Method in class org.jwebsocket.token.BaseTokenResponseListener
Is fired when the given response timeout is exceeded.
OnTimeout(Token) - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Is fired when the given response timeout is exceeded.
OPCODE_BINARY - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_CLOSE - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_FRAGMENT - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_INVALID - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_PING - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_PONG - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
OPCODE_TEXT - Variable in class org.jwebsocket.kit.WebSocketOpcode
 
opcodeToFrameType(int, int) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
converts a WebSocket protocol opcode to an abstract jWebSocket frame type
open(String) - Method in interface org.jwebsocket.api.WebSocketClient
Opens the jWebSocket connection
open(String) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Opens the jWebSocket connection
open(int, String) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
open(int, String, String) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
Operation - Class in to.sparks.mtgox.model
 
Operation(String) - Constructor for class to.sparks.mtgox.model.Operation
 
OpPrivate<T> - Class in to.sparks.mtgox.model
 
OpPrivate(String, String, String, String) - Constructor for class to.sparks.mtgox.model.OpPrivate
 
OpPrivateDepth - Class in to.sparks.mtgox.model
 
OpPrivateDepth(String, String, String, Depth, String) - Constructor for class to.sparks.mtgox.model.OpPrivateDepth
 
OpPrivateTicker - Class in to.sparks.mtgox.model
 
OpPrivateTicker(String, String, String, Ticker, String) - Constructor for class to.sparks.mtgox.model.OpPrivateTicker
 
OpPrivateTrade - Class in to.sparks.mtgox.model
 
OpPrivateTrade(String, String, String, Trade, String) - Constructor for class to.sparks.mtgox.model.OpPrivateTrade
 
Order - Class in to.sparks.mtgox.model
 
Order(String, String, String, String, TickerPrice, TickerPrice, TickerPrice, String, String, String, DynaBean[], TickerPrice) - Constructor for class to.sparks.mtgox.model.Order
 
OrderCancelResult - Class in to.sparks.mtgox.model
Deprecated.
Since this object represents a HTTP API Version 0 JSON response, it will be removed when the HTTP Version 1 API (or later) implements the cancelOrder method.
OrderCancelResult() - Constructor for class to.sparks.mtgox.model.OrderCancelResult
Deprecated.
 
OrderResult - Class in to.sparks.mtgox.model
 
OrderResult(String, TradeResult[], TickerPrice, TickerPrice, TickerPrice) - Constructor for class to.sparks.mtgox.model.OrderResult
 
org.jwebsocket.api - package org.jwebsocket.api
Provides the interfaces for the jWebSocket engines, their connectors, the servers and the data packets.
org.jwebsocket.client.java - package org.jwebsocket.client.java
 
org.jwebsocket.client.token - package org.jwebsocket.client.token
 
org.jwebsocket.config - package org.jwebsocket.config
 
org.jwebsocket.kit - package org.jwebsocket.kit
Provides the implementations for raw data packets, the initial WebSocket request header and the WebSocket excpetion class.
org.jwebsocket.packetProcessors - package org.jwebsocket.packetProcessors
Provides converters that convert JSON, CSV or XML formatted data packets into Tokens and vice versa.
org.jwebsocket.plugins.rpc - package org.jwebsocket.plugins.rpc
 
org.jwebsocket.plugins.rpc.util - package org.jwebsocket.plugins.rpc.util
 
org.jwebsocket.token - package org.jwebsocket.token
Provides ...
org.jwebsocket.util - package org.jwebsocket.util
Provides common used convenience tools for the jWebSocket environment.
other - Variable in class to.sparks.mtgox.model.DynaBean
 

P

PacketEvent - Class in to.sparks.mtgox.event
 
PacketEvent(Object, MtGoxPacket) - Constructor for class to.sparks.mtgox.event.PacketEvent
 
packetToToken(WebSocketPacket) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
packetToToken(WebSocketPacket) - Static method in class org.jwebsocket.packetProcessors.CSVProcessor
converts a CSV formatted data packet into a token.
packetToToken(WebSocketPacket) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
converts a JSON formatted data packet into a token.
packetToToken(WebSocketPacket) - Method in interface org.jwebsocket.packetProcessors.WebSocketPacketProcessor
 
packetToToken(WebSocketPacket) - Static method in class org.jwebsocket.packetProcessors.XMLProcessor
converts a XML formatted data packet into a token.
packetToToken(String, WebSocketPacket) - Static method in class org.jwebsocket.token.TokenFactory
 
packFragments() - Method in interface org.jwebsocket.api.WebSocketPacket
 
packFragments() - Method in class org.jwebsocket.kit.RawPacket
 
parseC2SRequest(byte[], boolean) - Static method in class org.jwebsocket.kit.WebSocketHandshake
Parses the response from the client on an initial client's handshake request.
parseS2CResponse(byte[]) - Static method in class org.jwebsocket.kit.WebSocketHandshake
 
parseStringArrayToList(String[]) - Static method in class org.jwebsocket.util.Tools
 
PATHARG_SEPARATOR - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Separator between the path and the argument list in the URL.
PendingResponseQueueItem - Class in org.jwebsocket.token
 
PendingResponseQueueItem(Token, WebSocketResponseTokenListener) - Constructor for class org.jwebsocket.token.PendingResponseQueueItem
 
ping(boolean) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Ping the jWebSocket server
ping(boolean) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
placeMarketOrder(MtGoxHTTPClient.OrderType, MtGoxBitcoin) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Place a bitcoin order at market price.
placeOrder(MtGoxHTTPClient.OrderType, MtGoxFiatCurrency, MtGoxBitcoin) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Place a bitcoin order at a particular price
PlaceOrders - Class in to.sparks.mtgox.example
Examples of ordering functionality.
PlaceOrders() - Constructor for class to.sparks.mtgox.example.PlaceOrders
 
PlugInResponse - Class in org.jwebsocket.kit
Implements the response class to return results from the plug-in chain to the server.
PlugInResponse() - Constructor for class org.jwebsocket.kit.PlugInResponse
 
processClosed(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClientListener
This method is invoked when a client was disconnected from the Client.
processClosed(WebSocketClientEvent) - Method in class to.sparks.mtgox.service.SocketListener
 
processOpened(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClientListener
This method is invoked when a new client successfully connected to the server.
processOpened(WebSocketClientEvent) - Method in class to.sparks.mtgox.service.SocketListener
 
processOpening(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClientListener
This method is invoked when a client start to connect to the server.
processOpening(WebSocketClientEvent) - Method in class to.sparks.mtgox.service.SocketListener
 
processPacket(WebSocketClientEvent, WebSocketPacket) - Method in interface org.jwebsocket.api.WebSocketClientListener
This method is invoked when a data packet from a client is received.
processPacket(WebSocketClientEvent, WebSocketPacket) - Method in class to.sparks.mtgox.service.SocketListener
 
processReconnecting(WebSocketClientEvent) - Method in interface org.jwebsocket.api.WebSocketClientListener
This method is invoked when the client starts to automatically re-connect triggered by the Reliability Manager.
processReconnecting(WebSocketClientEvent) - Method in class to.sparks.mtgox.service.SocketListener
 
processToken(WebSocketClientEvent, Token) - Method in interface org.jwebsocket.api.WebSocketClientTokenListener
This method is invoked when a token (JSON, CSV or XML) from a client is received.
protocolToRawPacket(int, InputStream) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
put(K, V, int) - Method in interface org.jwebsocket.api.IBasicCacheStorage
put a value in the storage and indicate it expiration time
put(String, Object) - Method in class org.jwebsocket.kit.RequestHeader
Puts a new object value to the request header.
put(String, Object) - Method in class org.jwebsocket.token.JSONToken
puts a new key/value pair into the token, in other words it adds a new item to the token.

R

rangeOfDaysBetweenDates(Date, Date) - Static method in class org.jwebsocket.util.DateHandler
Range of days between two date
RawPacket - Class in org.jwebsocket.kit
Implements the low level data packets which are interchanged between client and server.
RawPacket(int) - Constructor for class org.jwebsocket.kit.RawPacket
 
RawPacket(byte[]) - Constructor for class org.jwebsocket.kit.RawPacket
Instantiates a new data packet and initializes its value to the passed array of bytes.
RawPacket(WebSocketFrameType, byte[]) - Constructor for class org.jwebsocket.kit.RawPacket
Instantiates a new data packet and initializes its value to the passed array of bytes.
RawPacket(String) - Constructor for class org.jwebsocket.kit.RawPacket
Instantiates a new data packet and initializes its value to the passed string using the default encoding.
RawPacket(WebSocketFrameType, String) - Constructor for class org.jwebsocket.kit.RawPacket
Instantiates a new data packet and initializes its value to the passed string using the default encoding.
RawPacket(String, String) - Constructor for class org.jwebsocket.kit.RawPacket
Instantiates a new data packet and initializes its value to the passed string using the passed encoding (should always be "UTF-8").
rawToProtocolPacket(int, WebSocketPacket) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
converts an abstract data packet into a protocol specific frame according to the correct version.
read(InputStream) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
readFromStream(int, InputStream) - Method in class org.jwebsocket.kit.Headers
 
readFromToken(Token) - Method in interface org.jwebsocket.api.ITokenizable
Reads the objects from a given token.
readFromToken(Token) - Method in class org.jwebsocket.plugins.rpc.SampleRPCObject
 
readFromToken(Token) - Method in class org.jwebsocket.token.BaseTokenizable
 
readS2CResponse(InputStream) - Static method in class org.jwebsocket.kit.WebSocketHandshake
Reads the handshake response from the server into an byte array.
rejectMessage() - Method in class org.jwebsocket.kit.FilterResponse
Signals that a message has to be rejected and that the filter chain was aborted.
relayMessage() - Method in class org.jwebsocket.kit.FilterResponse
Signals that a message may be relayed to further filters, the server or clients, depending on its direction.
ReliabilityManager - Class in org.jwebsocket.client.java
 
ReliabilityManager() - Constructor for class org.jwebsocket.client.java.ReliabilityManager
 
ReliabilityOptions - Class in org.jwebsocket.client.java
 
ReliabilityOptions(boolean, long, long, int, int) - Constructor for class org.jwebsocket.client.java.ReliabilityOptions
 
remove(String) - Method in class org.jwebsocket.token.JSONToken
 
remove(String) - Method in class org.jwebsocket.token.MapToken
 
remove(String) - Method in interface org.jwebsocket.token.Token
 
removeCacheStorage(String) - Method in interface org.jwebsocket.api.ICacheStorageProvider
Remove a cache storage from a given name
removeListener(WebSocketClientListener) - Method in interface org.jwebsocket.api.WebSocketClient
Remove the listener from the list of listeners, once the listener is removed it won't be notified of any jWebSocket events.
removeListener(WebSocketClientListener) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Remove the listener from the list of listeners, once the listener is removed it won't be notified of any jWebSocket events.
removeStorage(String) - Method in interface org.jwebsocket.api.IStorageProvider
Remove a storage from a given name
removeTokenClientListener(WebSocketClientTokenListener) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Remove the token client listener
removeTokenClientListener(WebSocketClientTokenListener) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
RequestHeader - Class in org.jwebsocket.kit
Holds the header of the initial WebSocket request from the client to the server.
RequestHeader() - Constructor for class org.jwebsocket.kit.RequestHeader
 
RESPONSE_IGNORED - Static variable in class org.jwebsocket.kit.BroadcastOptions
 
RESPONSE_REQUESTED - Static variable in class org.jwebsocket.kit.BroadcastOptions
 
Result<T> - Class in to.sparks.mtgox.model
 
Result(String, T, String, String) - Constructor for class to.sparks.mtgox.model.Result
 
RPC_RIGHT_ID - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RPC_TYPE - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_ARGS - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_CLASSNAME - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_METHOD - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_SOURCE_ID - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_SPAWNTHREAD - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_KEY_TARGET_ID - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_RIGHT_ID - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
RRPC_TYPE - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 

S

SampleRPCObject - Class in org.jwebsocket.plugins.rpc
 
SampleRPCObject() - Constructor for class org.jwebsocket.plugins.rpc.SampleRPCObject
 
SampleRPCObject(String, String, String, String, String) - Constructor for class org.jwebsocket.plugins.rpc.SampleRPCObject
 
saveFile(byte[], String, String, Boolean) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
SCOPE_PRIVATE - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
private scope, only authenticated user can read and write his personal items
SCOPE_PUBLIC - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
public scope, everybody can read and write items from this scope
SEC_WEBSOCKET_ACCEPT - Static variable in class org.jwebsocket.kit.Headers
 
SEC_WEBSOCKET_KEY - Static variable in class org.jwebsocket.kit.Headers
 
SEC_WEBSOCKET_ORIGIN - Static variable in class org.jwebsocket.kit.Headers
 
SEC_WEBSOCKET_PROTOCOL - Static variable in class org.jwebsocket.kit.Headers
 
SEC_WEBSOCKET_VERSION - Static variable in class org.jwebsocket.kit.Headers
 
send(byte[]) - Method in interface org.jwebsocket.api.WebSocketClient
Send the given byte data to the server
send(String, String) - Method in interface org.jwebsocket.api.WebSocketClient
Sends the data to the jWebSocket server, data has to be UTF-8 encoded.
send(WebSocketPacket) - Method in interface org.jwebsocket.api.WebSocketClient
Sends the websocket data packet to the WebSocket client
send(byte[]) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
send(String, String) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Sends the data to the jWebSocket server, data has to be UTF-8 encoded.
send(WebSocketPacket) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
Sends the websocket data packet to the WebSocket client
send(Object...) - Method in class org.jwebsocket.plugins.rpc.AbstractRpc
Send the Objects you want to the remote procedure.
sendBitcoins(String, MtGoxBitcoin, MtGoxBitcoin, boolean, boolean) - Method in interface to.sparks.mtgox.MtGoxHTTPClient
Send bitcoins from your MtGox account balance to a bitcoin address.
SendBitcoinsTransaction - Class in to.sparks.mtgox.model
 
SendBitcoinsTransaction(String) - Constructor for class to.sparks.mtgox.model.SendBitcoinsTransaction
 
SENDER_EXCLUDED - Static variable in class org.jwebsocket.kit.BroadcastOptions
 
SENDER_INCLUDED - Static variable in class org.jwebsocket.kit.BroadcastOptions
 
sendFile(String, byte[], String, String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
sendListOfArgs(List) - Method in class org.jwebsocket.plugins.rpc.AbstractRpc
Directly send this list of object to the remote procedure
sendText(String, String) - Method in interface org.jwebsocket.api.WebSocketTokenClient
Send the text data
sendText(String, String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
sendToken(Token) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
sendToken(Token, WebSocketResponseTokenListener) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
SERVER_ID - Static variable in class org.jwebsocket.plugins.rpc.CommonRpcPlugin
 
SESSIONID_COOKIE_NAME - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket cookie name for the session identifier used when running in standalone mode.
set(ITokenizable) - Method in class org.jwebsocket.token.JSONToken
 
set(ITokenizable) - Method in class org.jwebsocket.token.MapToken
 
set(ITokenizable) - Method in interface org.jwebsocket.token.Token
copies all fields of the given ITokenizable to the token.
set(String, Object) - Method in class to.sparks.mtgox.model.DynaBean
 
setAmount(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.Offer
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class to.sparks.mtgox.service.SocketListener
 
setASCII(String) - Method in interface org.jwebsocket.api.WebSocketPacket
Sets the value of the data packet to the given string by using 7 bit US-ASCII encoding.
setASCII(String) - Method in class org.jwebsocket.kit.RawPacket
 
setAsync(boolean) - Method in class org.jwebsocket.kit.BroadcastOptions
 
setAutoReconnect(boolean) - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
setAvg(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setBoolean(String, Boolean) - Method in class org.jwebsocket.token.JSONToken
 
setBoolean(String, Boolean) - Method in class org.jwebsocket.token.MapToken
 
setBoolean(String, Boolean) - Method in interface org.jwebsocket.token.Token
 
setBuy(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setByteArray(byte[]) - Method in interface org.jwebsocket.api.WebSocketPacket
Sets the value of the data packet to the given array of bytes.
setByteArray(byte[]) - Method in class org.jwebsocket.kit.RawPacket
 
setConnectTimeout(int) - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
setCreationDate(Date) - Method in interface org.jwebsocket.api.WebSocketPacket
 
setCreationDate(Date) - Method in class org.jwebsocket.kit.RawPacket
 
setCurrencyInfo(CurrencyInfo) - Method in interface to.sparks.mtgox.model.CurrencyKludge
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.FullDepth
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.Offer
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.Order
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.OrderResult
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.Ticker
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.TickerPrice
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.Trade
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.TradeResult
 
setCurrencyInfo(CurrencyInfo) - Method in class to.sparks.mtgox.model.Wallet
 
setDefaultSpanwThread(boolean) - Static method in class org.jwebsocket.plugins.rpc.AbstractRpc
 
setDouble(String, Float) - Method in class org.jwebsocket.token.BaseToken
 
setDouble(String, Double) - Method in class org.jwebsocket.token.JSONToken
 
setDouble(String, Double) - Method in class org.jwebsocket.token.MapToken
 
setDouble(String, Double) - Method in interface org.jwebsocket.token.Token
 
setDouble(String, Float) - Method in interface org.jwebsocket.token.Token
 
setFragment(String, int) - Method in interface org.jwebsocket.api.WebSocketPacket
 
setFragment(String, int) - Method in class org.jwebsocket.kit.RawPacket
 
setFrameType(WebSocketFrameType) - Method in interface org.jwebsocket.api.WebSocketPacket
 
setFrameType(WebSocketFrameType) - Method in class org.jwebsocket.kit.RawPacket
 
setHigh(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setInteger(String, Integer) - Method in class org.jwebsocket.token.JSONToken
 
setInteger(String, Integer) - Method in class org.jwebsocket.token.MapToken
 
setInteger(String, Integer) - Method in interface org.jwebsocket.token.Token
 
setJSONObject(JSONObject) - Method in class org.jwebsocket.token.JSONToken
 
setLast(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setLast_all(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setLast_local(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setLast_orig(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setList(String, List) - Method in class org.jwebsocket.token.JSONToken
 
setList(String, List) - Method in class org.jwebsocket.token.MapToken
 
setList(String, List) - Method in interface org.jwebsocket.token.Token
 
setListener(WebSocketResponseTokenListener) - Method in class org.jwebsocket.token.PendingResponseQueueItem
 
setLong(String, Long) - Method in class org.jwebsocket.token.JSONToken
 
setLong(String, Long) - Method in class org.jwebsocket.token.MapToken
 
setLong(String, Long) - Method in interface org.jwebsocket.token.Token
 
setLow(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setMap(Map) - Method in class org.jwebsocket.token.JSONToken
 
setMap(String, Map) - Method in class org.jwebsocket.token.JSONToken
 
setMap(Map) - Method in class org.jwebsocket.token.MapToken
 
setMap(String, Map) - Method in class org.jwebsocket.token.MapToken
 
setMap(Map) - Method in interface org.jwebsocket.token.Token
copies all fields from a Map into the Token.
setMap(String, Map) - Method in interface org.jwebsocket.token.Token
 
setMessage(String) - Method in class org.jwebsocket.kit.PlugInResponse
 
setMethodParameters(int, Object) - Method in class org.jwebsocket.plugins.rpc.MethodMatcher
Set the parameter "aIndice" to aParameter (in the list of parameter used to invoke the method)
setName(String) - Method in interface org.jwebsocket.api.IBasicStorage
 
setNS(String) - Method in class org.jwebsocket.token.BaseToken
Sets the name space of the token.
setNS(String) - Method in interface org.jwebsocket.token.Token
 
setParam(String, Object) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
setQueueItemLimit(int) - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
setQueueSizeLimit(int) - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
setReadTimout(int) - Method in class to.sparks.mtgox.net.HTTPAuthenticator
 
setReconnectDelay(long) - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
setReconnectTimeout(int) - Method in class org.jwebsocket.client.java.ReliabilityOptions
 
setReliabilityOptions(ReliabilityOptions) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
setResponseRequested(boolean) - Method in class org.jwebsocket.kit.BroadcastOptions
Specifies if the server is supposed to send a response for the broadcast operation.
setReturnCode(int) - Method in class org.jwebsocket.kit.PlugInResponse
 
setSell(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setSenderIncluded(boolean) - Method in class org.jwebsocket.kit.BroadcastOptions
Specifies if the sender is supposed to be included in the pending broadcast operation.
setSessionId(String) - Method in class org.jwebsocket.kit.WebSocketSession
 
setStamp(long) - Method in class to.sparks.mtgox.model.Offer
 
setStatus(WebSocketStatus) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
setStorage(Map<String, Object>) - Method in class org.jwebsocket.kit.WebSocketSession
 
setString(String) - Method in interface org.jwebsocket.api.WebSocketPacket
Sets the value of the data packet to the given string by using default encoding.
setString(String, String) - Method in interface org.jwebsocket.api.WebSocketPacket
Sets the value of the data packet to the given string by using the passed encoding.
setString(String) - Method in class org.jwebsocket.kit.RawPacket
 
setString(String, String) - Method in class org.jwebsocket.kit.RawPacket
 
setString(String, String) - Method in class org.jwebsocket.token.JSONToken
 
setString(String, String) - Method in class org.jwebsocket.token.MapToken
 
setString(String, String) - Method in interface org.jwebsocket.token.Token
 
setTimeout(long) - Method in interface org.jwebsocket.api.WebSocketPacket
 
setTimeout(long) - Method in class org.jwebsocket.kit.RawPacket
 
setTimeout(long) - Method in class org.jwebsocket.token.BaseTokenResponseListener
Specifies the timeout of the request.
setTimeout(long) - Method in interface org.jwebsocket.token.WebSocketResponseTokenListener
Specifies the timeout of the request.
setToken(String, ITokenizable) - Method in class org.jwebsocket.token.JSONToken
 
setToken(String, Token) - Method in class org.jwebsocket.token.JSONToken
 
setToken(String, ITokenizable) - Method in class org.jwebsocket.token.MapToken
 
setToken(String, Token) - Method in class org.jwebsocket.token.MapToken
 
setToken(Token) - Method in class org.jwebsocket.token.PendingResponseQueueItem
 
setToken(String, ITokenizable) - Method in interface org.jwebsocket.token.Token
 
setToken(String, Token) - Method in interface org.jwebsocket.token.Token
 
setType(String) - Method in class org.jwebsocket.token.BaseToken
 
setType(String) - Method in interface org.jwebsocket.token.Token
 
setUsername(String) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
setUTF8(String) - Method in interface org.jwebsocket.api.WebSocketPacket
Sets the value of the data packet to the given string by using UTF-8 encoding.
setUTF8(String) - Method in class org.jwebsocket.kit.RawPacket
 
setValidated(String, Object) - Method in class org.jwebsocket.token.BaseToken
 
setValidated(String, Object) - Method in interface org.jwebsocket.token.Token
validates the passed objects and uses the appropriate assignment method
setVersion(int) - Method in interface org.jwebsocket.api.WebSocketClient
Web socket protocol draft.
setVersion(int) - Method in class org.jwebsocket.client.java.BaseWebSocketClient
 
setVol(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
setVwap(TickerPrice) - Method in class to.sparks.mtgox.model.Ticker
 
shutdown() - Method in interface org.jwebsocket.api.IInitializable
 
shutdown() - Method in class org.jwebsocket.client.token.BaseTokenClient
 
shutdown() - Method in interface to.sparks.mtgox.MtGoxWebsocketClient
Shutdown the api threads and close any open websockets.
SocketListener - Class in to.sparks.mtgox.service
 
SocketListener(Logger) - Constructor for class to.sparks.mtgox.service.SocketListener
 
specificMatching(Class, int) - Method in class org.jwebsocket.plugins.rpc.MethodMatcher
Specific method if you need to add a specific matching type for the server or a client.
startUtilityTimer() - Static method in class org.jwebsocket.util.Tools
 
stopUtilityTimer() - Static method in class org.jwebsocket.util.Tools
 
StreamEvent<T> - Class in to.sparks.mtgox.event
 
StreamEvent(Object, T) - Constructor for class to.sparks.mtgox.event.StreamEvent
 
stringToInt(String, int) - Static method in class org.jwebsocket.util.Tools
Converts a string into an integer value and automatically sets it to a given default value if the string could not be parsed.
stringToLong(String, long) - Static method in class org.jwebsocket.util.Tools
Converts a string into a long value and automatically sets it to a given default value if the string could not be parsed.
substractDays(Date, Integer) - Static method in class org.jwebsocket.util.DateHandler
Current time with "HH:mm:ss" format
subtract(BigDecimal) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
subtract(MtGoxUnitOfCredit) - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 

T

Ticker - Class in to.sparks.mtgox.model
 
Ticker(TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, TickerPrice, long) - Constructor for class to.sparks.mtgox.model.Ticker
 
TickerEvent - Class in to.sparks.mtgox.event
 
TickerEvent(Object, Ticker) - Constructor for class to.sparks.mtgox.event.TickerEvent
 
TickerPrice - Class in to.sparks.mtgox.model
 
TickerPrice(double, long, String, String, String) - Constructor for class to.sparks.mtgox.model.TickerPrice
 
TIMEOUT - Static variable in class org.jwebsocket.kit.RequestHeader
 
to(List<String>) - Method in class org.jwebsocket.plugins.rpc.AbstractRrpc
The connectors you want to send the rrpc
to(String) - Method in class org.jwebsocket.plugins.rpc.AbstractRrpc
A connectorId you want to send the rrpc
to.sparks.mtgox - package to.sparks.mtgox
 
to.sparks.mtgox.event - package to.sparks.mtgox.event
 
to.sparks.mtgox.example - package to.sparks.mtgox.example
 
to.sparks.mtgox.model - package to.sparks.mtgox.model
 
to.sparks.mtgox.net - package to.sparks.mtgox.net
 
to.sparks.mtgox.service - package to.sparks.mtgox.service
 
Token - Interface in org.jwebsocket.token
 
TokenFactory - Class in org.jwebsocket.token
 
TokenFactory() - Constructor for class org.jwebsocket.token.TokenFactory
 
tokenToJSON(Token) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
transform a token to a json object
tokenToPacket(Token) - Method in class org.jwebsocket.client.token.BaseTokenClient
 
tokenToPacket(Token) - Static method in class org.jwebsocket.packetProcessors.CSVProcessor
converts a token into a CSV formatted data packet.
tokenToPacket(Token) - Static method in class org.jwebsocket.packetProcessors.JSONProcessor
 
tokenToPacket(Token) - Method in interface org.jwebsocket.packetProcessors.WebSocketPacketProcessor
 
tokenToPacket(Token) - Static method in class org.jwebsocket.packetProcessors.XMLProcessor
converts a token into a XML formatted data packet.
tokenToPacket(String, Token) - Static method in class org.jwebsocket.token.TokenFactory
 
Tools - Class in org.jwebsocket.util
Provides some convenience methods to support the web socket development.
Tools() - Constructor for class org.jwebsocket.util.Tools
 
toPlainString() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
toProtocolPacketFragmented(WebSocketPacket, int) - Static method in class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
toString() - Method in class org.jwebsocket.kit.WebSocketSubProtocol
 
toString() - Method in class org.jwebsocket.token.JSONToken
 
toString() - Method in class org.jwebsocket.token.MapToken
 
toToken() - Method in class org.jwebsocket.token.BaseTokenizable
 
Trade - Class in to.sparks.mtgox.model
 
Trade(String, String, String, String, String, String, double, double, String, long, long, long) - Constructor for class to.sparks.mtgox.model.Trade
 
TradeEvent - Class in to.sparks.mtgox.event
 
TradeEvent(Object, Trade) - Constructor for class to.sparks.mtgox.event.TradeEvent
 
TradeResult - Class in to.sparks.mtgox.model
 
TradeResult(String, String, String, String, String, String, TickerPrice, TickerPrice, TickerPrice, String) - Constructor for class to.sparks.mtgox.model.TradeResult
 
TradingBot - Class in to.sparks.mtgox.example
A trading bot that will maintain a sequence of bid and ask orders.
TradingBot(SimpleAsyncTaskExecutor, MtGoxHTTPClient) - Constructor for class to.sparks.mtgox.example.TradingBot
 
TT_EVENT - Static variable in class org.jwebsocket.token.BaseToken
 

U

unscaledValue() - Method in class to.sparks.mtgox.model.MtGoxUnitOfCredit
 
UPGRADE - Static variable in class org.jwebsocket.kit.Headers
 
URL_ARGS - Static variable in class org.jwebsocket.kit.RequestHeader
 
USER_AGENT - Static variable in class org.jwebsocket.kit.RequestHeader
 

V

valueOf(String) - Static method in enum org.jwebsocket.api.WebSocketStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.CloseReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketExceptionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketJavaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jwebsocket.kit.WebSocketJSONType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.sparks.mtgox.MtGoxHTTPClient.OrderType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jwebsocket.api.WebSocketStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.CloseReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketExceptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketJavaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jwebsocket.kit.WebSocketJSONType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.sparks.mtgox.MtGoxHTTPClient.OrderType
Returns an array containing the constants of this enum type, in the order they are declared.
VENDOR - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket vendor string - MAY NOT BE CHANGED due to GNU LGPL v3.0 license! Please ask for conditions of a commercial license on demand.
verifyServerHandshakeHeaders(Map<String, String>) - Method in class org.jwebsocket.kit.WebSocketHandshake
 
verifyServerResponse(Headers) - Method in class org.jwebsocket.kit.WebSocketHandshake
 
verifyServerStatusLine(String) - Method in class org.jwebsocket.kit.WebSocketHandshake
 
VERSION_STR - Static variable in class org.jwebsocket.config.JWebSocketClientConstants
Current version string of the jWebSocket package.

W

Wallet - Class in to.sparks.mtgox.model
 
Wallet(MtGoxPrice, long, MtGoxPrice, MtGoxPrice, MtGoxPrice, MtGoxPrice) - Constructor for class to.sparks.mtgox.model.Wallet
 
WebSocketBaseClientEvent - Class in org.jwebsocket.api
 
WebSocketBaseClientEvent(WebSocketClient, String, String) - Constructor for class org.jwebsocket.api.WebSocketBaseClientEvent
 
WebSocketClient - Interface in org.jwebsocket.api
Base interface that represents the jWebSocket java client and it defines all the methods and operations to allow the implementation of jWebSocket specific client protocols and allows to register/deregister different types of listeners for different types of communication and data format.The implementation of this interface handles all the data formats and client protocols and delegates the events and the data to different listeners for further processing.
WebSocketClientEvent - Interface in org.jwebsocket.api
Base interface jWebSocket events
WebSocketClientListener - Interface in org.jwebsocket.api
Interface for the jWebSocket client listeners
WebSocketClientTokenListener - Interface in org.jwebsocket.api
Interface for the Token WebSocket listeners based on the low level listeners.
WebSocketDataType - Enum in org.jwebsocket.kit
These enumeration specifies the supported data types for data exchange between multiple platforms.
WebSocketEncoding - Enum in org.jwebsocket.kit
 
WebsocketExamples - Class in to.sparks.mtgox.example
Shows how to use the MtGox real-time streaming websocket API
WebsocketExamples() - Constructor for class to.sparks.mtgox.example.WebsocketExamples
 
WebSocketException - Exception in org.jwebsocket.kit
Exception class to represent jWebSocketServer related exception, extended by unique IDs to identify issue
WebSocketException(String) - Constructor for exception org.jwebsocket.kit.WebSocketException
creates the exception with given message
WebSocketException(String, WebSocketExceptionType) - Constructor for exception org.jwebsocket.kit.WebSocketException
 
WebSocketException(String, WebSocketExceptionType, Throwable) - Constructor for exception org.jwebsocket.kit.WebSocketException
creates the exception with given message
WebSocketException(String, Throwable) - Constructor for exception org.jwebsocket.kit.WebSocketException
creates the exception with given message
WebSocketExceptionType - Enum in org.jwebsocket.kit
 
WebSocketFrameType - Enum in org.jwebsocket.kit
 
WebSocketHandshake - Class in org.jwebsocket.kit
Utility class for all the handshaking related request/response.
WebSocketHandshake(int, URI, String) - Constructor for class org.jwebsocket.kit.WebSocketHandshake
 
WebSocketJavaType - Enum in org.jwebsocket.kit
These enumeration specifies the supported data types for data exchange between multiple platforms.
WebSocketJSONType - Enum in org.jwebsocket.kit
These enumeration specifies the supported data types for data exchange between multiple platforms.
WebSocketOpcode - Class in org.jwebsocket.kit
 
WebSocketOpcode(int) - Constructor for class org.jwebsocket.kit.WebSocketOpcode
 
WebSocketPacket - Interface in org.jwebsocket.api
Specifies the API for low level data packets which are interchanged between client and server.
WebSocketPacketProcessor - Interface in org.jwebsocket.packetProcessors
 
WebSocketProtocolAbstraction - Class in org.jwebsocket.kit
Utility class for packetizing WebSocketPacket into web socket protocol packet or packets (with fragmentation) and vice versa.
WebSocketProtocolAbstraction() - Constructor for class org.jwebsocket.kit.WebSocketProtocolAbstraction
 
WebSocketResponseTokenListener - Interface in org.jwebsocket.token
 
WebSocketRuntimeException - Exception in org.jwebsocket.kit
Exception class to represent JWebSocketServer related exception
WebSocketRuntimeException(String) - Constructor for exception org.jwebsocket.kit.WebSocketRuntimeException
creates the exception with given message
WebSocketRuntimeException(String, Throwable) - Constructor for exception org.jwebsocket.kit.WebSocketRuntimeException
creates the exception with given message
WebSocketSession - Class in org.jwebsocket.kit
 
WebSocketSession() - Constructor for class org.jwebsocket.kit.WebSocketSession
 
WebSocketSession(String) - Constructor for class org.jwebsocket.kit.WebSocketSession
 
WebSocketStatus - Enum in org.jwebsocket.api
WebSocket connection status.
WebSocketSubProtocol - Class in org.jwebsocket.kit
 
WebSocketSubProtocol(String, WebSocketEncoding) - Constructor for class org.jwebsocket.kit.WebSocketSubProtocol
 
WebSocketTokenClient - Interface in org.jwebsocket.api
Base interface that represents the Token based jWebSocket client.
WebSocketTokenClientEvent - Class in org.jwebsocket.client.token
 
WebSocketTokenClientEvent(WebSocketClient, String, String) - Constructor for class org.jwebsocket.client.token.WebSocketTokenClientEvent
 
writeToToken(Token) - Method in interface org.jwebsocket.api.ITokenizable
Writes the object to a given token.
writeToToken(Token) - Method in class org.jwebsocket.plugins.rpc.SampleRPCObject
 
writeToToken(Token) - Method in class org.jwebsocket.token.BaseTokenizable
 
WS_COOKIES - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_DRAFT - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_DRAFT_DEFAULT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket default protocol version
WS_EARLIEST_SUPPORTED_HIXIE_DRAFT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket earliest supported hixie draft
WS_EARLIEST_SUPPORTED_HIXIE_VERSION - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket earliest supported hixie version
WS_ENCODING_DEFAULT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Use text format as default encoding for WebSocket Packets if not explicitly specified
WS_FORMAT_BINARY - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Binary sub protocol format
WS_FORMAT_CSV - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
CSV sub protocol format
WS_FORMAT_DEFAULT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default sub protocol format
WS_FORMAT_JSON - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
JSON sub protocol format
WS_FORMAT_TEXT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Custom specific sub protocol format
WS_FORMAT_XML - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
XML sub protocol format
WS_HIXIE_DRAFT_76 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 10 (http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76)
WS_HOST - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_HYBI_DRAFT_02 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 03 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-02)
WS_HYBI_DRAFT_03 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 03 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-03)
WS_HYBI_DRAFT_07 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 07 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07)
WS_HYBI_DRAFT_08 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 08 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-08)
WS_HYBI_DRAFT_10 - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket protocol hybi draft 10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10)
WS_LATEST_SUPPORTED_HIXIE_DRAFT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket latest supported hixie draft
WS_LATEST_SUPPORTED_HIXIE_VERSION - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket latest supported hixie version
WS_LATEST_SUPPORTED_HYBI_DRAFT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket latest supported hybi draft
WS_LATEST_SUPPORTED_HYBI_VERSION - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket latest supported hybi version
WS_LOCATION - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_ORIGIN - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_PATH - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_PROTOCOL - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_SEARCHSTRING - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_SECKEY - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_SECKEY1 - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_SECKEY2 - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_SUBPROT_BINARY - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket custom specific binary sub protocol
WS_SUBPROT_CSV - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket CSV sub protocol
WS_SUBPROT_DEFAULT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
Default protocol
WS_SUBPROT_JSON - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket JSON sub protocol
WS_SUBPROT_PREFIX - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket sub protocol prefix
WS_SUBPROT_TEXT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket custom specific text sub protocol
WS_SUBPROT_XML - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
jWebSocket XML sub protocol
WS_SUPPORTED_HIXIE_DRAFTS - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket supported hixie drafts
WS_SUPPORTED_HIXIE_VERSIONS - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket supported hixie versions
WS_SUPPORTED_HYBI_DRAFTS - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket supported hybi drafts
WS_SUPPORTED_HYBI_VERSIONS - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket supported hybi versions
WS_VERSION - Static variable in class org.jwebsocket.kit.RequestHeader
 
WS_VERSION_DEFAULT - Static variable in class org.jwebsocket.config.JWebSocketCommonConstants
WebSocket default protocol version

X

XMLProcessor - Class in org.jwebsocket.packetProcessors
converts XML formatted data packets into tokens and vice versa.
XMLProcessor() - Constructor for class org.jwebsocket.packetProcessors.XMLProcessor
 
A B C D E F G H I J K L M N O P R S T U V W X 

Copyright © 2013. All Rights Reserved.