Interface | Description |
---|---|
Account |
This interface is supposed to be implemented by any class that will be used as account by AbstractLoginManager.
|
Authentication |
This interface is supposed to be implemented by all classes that represent an Authentication for some Account.
|
SocketHandler |
Class | Description |
---|---|
AbstractSocketListener | |
AbstractSocketLoginManager | |
InetSocketListener | |
UsernamePasswordAccount |
This class represents an account that requires you to send username and password to login.
|
UsernamePasswordAuthentication |
This class represents a username/password-style authentication.
|
UsernamePasswordSocketLoginManager | |
XMLCommunicationUtilities | |
XMLSocketSimulationAgent |
This class manages the communication to an agent, offering methods that will make it possible to treat instances of this object as
a simulation agent.
|
Exception | Description |
---|---|
AbstractSocketListener.StopListeningException | |
AgentCodecProtocolErrorException |
This class represents an exception that is thrown whenever communication with an agent
through an AgentCodec doesn't work the way it should.
|
Copyright © 2013. All Rights Reserved.