Module: Net
- Defined in:
- lib/net/http.rb,
lib/net/pop.rb,
lib/net/ftp.rb,
lib/net/smtp.rb,
lib/net/imap.rb,
lib/net/telnet.rb,
lib/net/protocol.rb,
lib/net/http/backward.rb
Overview
:nodoc:
Defined Under Namespace
Modules: HTTPExceptions, HTTPHeader, NetPrivate, SMTPError Classes: APOP, BufferedIO, FTP, FTPConnectionError, FTPError, FTPPermError, FTPProtoError, FTPReplyError, FTPTempError, HTTP, HTTPAccepted, HTTPBadGateway, HTTPBadRequest, HTTPBadResponse, HTTPClientError, HTTPConflict, HTTPContinue, HTTPCreated, HTTPError, HTTPExpectationFailed, HTTPFailedDependency, HTTPFatalError, HTTPForbidden, HTTPFound, HTTPGatewayTimeOut, HTTPGenericRequest, HTTPGone, HTTPHeaderSyntaxError, HTTPIMUsed, HTTPInformation, HTTPInsufficientStorage, HTTPInternalServerError, HTTPLengthRequired, HTTPLocked, HTTPMethodNotAllowed, HTTPMovedPermanently, HTTPMultiStatus, HTTPMultipleChoices, HTTPNetworkAuthenticationRequired, HTTPNoContent, HTTPNonAuthoritativeInformation, HTTPNotAcceptable, HTTPNotFound, HTTPNotImplemented, HTTPNotModified, HTTPOK, HTTPPartialContent, HTTPPaymentRequired, HTTPPermanentRedirect, HTTPPreconditionFailed, HTTPPreconditionRequired, HTTPProxyAuthenticationRequired, HTTPRedirection, HTTPRequest, HTTPRequestEntityTooLarge, HTTPRequestHeaderFieldsTooLarge, HTTPRequestTimeOut, HTTPRequestURITooLong, HTTPRequestedRangeNotSatisfiable, HTTPResetContent, HTTPResponse, HTTPRetriableError, HTTPSeeOther, HTTPServerError, HTTPServerException, HTTPServiceUnavailable, HTTPSuccess, HTTPSwitchProtocol, HTTPTemporaryRedirect, HTTPTooManyRequests, HTTPUnauthorized, HTTPUnknownResponse, HTTPUnprocessableEntity, HTTPUnsupportedMediaType, HTTPUpgradeRequired, HTTPUseProxy, HTTPVersionNotSupported, IMAP, InternetMessageIO, OpenTimeout, POP3, POP3Command, POPAuthenticationError, POPBadResponse, POPError, POPMail, ProtoAuthError, ProtoCommandError, ProtoFatalError, ProtoRetriableError, ProtoServerError, ProtoSyntaxError, ProtoUnknownError, Protocol, ProtocolError, ReadAdapter, ReadTimeout, SMTP, SMTPAuthenticationError, SMTPFatalError, SMTPServerBusy, SMTPSyntaxError, SMTPUnknownError, SMTPUnsupportedCommand, Telnet, WriteAdapter
Constant Summary collapse
- POP =
class aliases
POP3
- POPSession =
:nodoc:
POP3
- POP3Session =
:nodoc:
POP3
- APOPSession =
class aliases
APOP
- SMTPSession =
class SMTP
SMTP
- ProtocRetryError =
ProtoRetriableError
- HTTPSession =
Net::HTTP