|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolHandler | |
---|---|
org.apache.james.imapserver | |
org.apache.james.nntpserver | Provides classes implementing NNTP functionality. |
org.apache.james.pop3server | Provides classes implementing POP3 functionality. |
org.apache.james.remotemanager | Provides classes implementing simple remote management facilities for James |
org.apache.james.smtpserver | Provides classes implementing SMTP functionality. |
org.apache.james.socket |
Uses of ProtocolHandler in org.apache.james.imapserver |
---|
Classes in org.apache.james.imapserver that implement ProtocolHandler | |
---|---|
class |
ImapHandler
Handles IMAP connections. |
Methods in org.apache.james.imapserver that return ProtocolHandler | |
---|---|
ProtocolHandler |
ImapServer.newProtocolHandlerInstance()
Producing handlers. |
Uses of ProtocolHandler in org.apache.james.nntpserver |
---|
Classes in org.apache.james.nntpserver that implement ProtocolHandler | |
---|---|
class |
NNTPHandler
The NNTP protocol is defined by RFC 977. |
Methods in org.apache.james.nntpserver that return ProtocolHandler | |
---|---|
ProtocolHandler |
NNTPServer.newProtocolHandlerInstance()
|
Uses of ProtocolHandler in org.apache.james.pop3server |
---|
Classes in org.apache.james.pop3server that implement ProtocolHandler | |
---|---|
class |
POP3Handler
The handler class for POP3 connections. |
Methods in org.apache.james.pop3server that return ProtocolHandler | |
---|---|
ProtocolHandler |
POP3Server.newProtocolHandlerInstance()
|
Uses of ProtocolHandler in org.apache.james.remotemanager |
---|
Classes in org.apache.james.remotemanager that implement ProtocolHandler | |
---|---|
class |
RemoteManagerHandler
Provides a console-based administration interface covering most of the management functionality found in the classes from package org.apache.james.management TODO: -improve protocol -much more... |
Methods in org.apache.james.remotemanager that return ProtocolHandler | |
---|---|
ProtocolHandler |
RemoteManager.newProtocolHandlerInstance()
|
Uses of ProtocolHandler in org.apache.james.smtpserver |
---|
Classes in org.apache.james.smtpserver that implement ProtocolHandler | |
---|---|
class |
SMTPHandler
Provides SMTP functionality by carrying out the server side of the SMTP interaction. |
Methods in org.apache.james.smtpserver that return ProtocolHandler | |
---|---|
ProtocolHandler |
SMTPServer.newProtocolHandlerInstance()
|
Uses of ProtocolHandler in org.apache.james.socket |
---|
Fields in org.apache.james.socket declared as ProtocolHandler | |
---|---|
protected ProtocolHandler |
DelegatingJamesHandler.protocolHandler
|
Methods in org.apache.james.socket that return ProtocolHandler | |
---|---|
protected abstract ProtocolHandler |
AbstractJamesService.newProtocolHandlerInstance()
|
Constructors in org.apache.james.socket with parameters of type ProtocolHandler | |
---|---|
DelegatingJamesHandler(ProtocolHandler delegated)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |