Download aves Free Java Code

Description

aves is a simple java server framework (socket based).

Source Files

The download file aves-master.zip has the following entries.


.gitignore/*www  .  j a  va  2 s  . c om*/
LICENSE
README
src/com/github/noxan/aves/auth/AuthException.java
src/com/github/noxan/aves/auth/User.java
src/com/github/noxan/aves/auth/accessor/UsernamePassword.java
src/com/github/noxan/aves/auth/accessor/UsernamePasswordAccessor.java
src/com/github/noxan/aves/auth/session/SessionManager.java
src/com/github/noxan/aves/auth/storage/InMemoryUsernamePasswordStorage.java
src/com/github/noxan/aves/client/Client.java
src/com/github/noxan/aves/client/ClientAdapter.java
src/com/github/noxan/aves/client/ClientEvent.java
src/com/github/noxan/aves/client/ClientHandler.java
src/com/github/noxan/aves/client/SocketClient.java
src/com/github/noxan/aves/net/Connection.java
src/com/github/noxan/aves/net/SocketConnection.java
src/com/github/noxan/aves/protocol/InputProtocol.java
src/com/github/noxan/aves/protocol/OutputProtocol.java
src/com/github/noxan/aves/protocol/ProtocolFactory.java
src/com/github/noxan/aves/protocol/string/StringInputProtocol.java
src/com/github/noxan/aves/protocol/string/StringOutputProtocol.java
src/com/github/noxan/aves/protocol/string/StringProtocolFactory.java
src/com/github/noxan/aves/server/Server.java
src/com/github/noxan/aves/server/ServerAdapter.java
src/com/github/noxan/aves/server/ServerEvent.java
src/com/github/noxan/aves/server/ServerHandler.java
src/com/github/noxan/aves/server/SocketServer.java
src/com/github/noxan/aves/util/Tuple.java

Download

Click the following link to download aves-master.zip.

aves-master.zip




















Home »
  Java Free Code »
    Network »




FTP
Network
Server
Socket