Package net.sourceforge.obby4j

Class Summary
Client The main application entry point for communicating with a obby-compatible server in an OOP fashion.
Command A command of the obby protocol as sent between clients and servers.
Document Represents a collaboratively edited document.
DocumentContents Represents the contents of a document and provides state management for sync and edit processes.
Protocol Provides encapsulation of low-level obby protocol messages and utility methods for converting protocol parameters into more meaningful Java types.
ServerMetaData Represents meta-data about the server like protocol version, support for encryption mechanims, etc.
User An obby user.
 

Enum Summary
DocumentContents.State The states a document's content can be in.
Net6LoginException.ErrorCode All net6 and obby error codes known to this class.
Protocol.DocumentKeyword A list of all subcommand keywords of the obby_document command known to this implementation of the obby protocol.
Protocol.Keyword A list of all protocol keywords known to this implementation of the obby protocol.
 

Exception Summary
Net6LoginException An exception representing a net.sourceforge.obby4j.Protocol.Keyword.net6_login_failed reply from the server.