org.subethamail.smtp.server
Interface ConnectionContext
- All Known Implementing Classes:
- ConnectionHandler
public interface ConnectionContext
This context is used for managing information
about a connection.
- Author:
- Jon Stevens
getSession
Session getSession()
getConnection
ConnectionHandler getConnection()
getServer
SMTPServer getServer()
getSocket
java.net.Socket getSocket()
sendResponse
void sendResponse(java.lang.String response)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2007. All Rights Reserved.