Package net.vincent.communidirect.server
package net.vincent.communidirect.server
-
ClassesClassDescriptionRecords inbound connection events to a flat-text access log file.Handles incoming CDIR connections: accepts each socket, delegates to
CdirMessage.decode(java.io.InputStream, java.security.PrivateKey, byte[])for protocol parsing and signature verification, then persists the plaintext payload to~/.communidirect/msg/YYYYMMDD_HHMMSS_IP.msg.Deprecated.Application entry point and dependency-injection root for the CommuniDirect server.WrapsServerSocketand handles IP resolution and port binding for the CommuniDirect server.
Defaults.