w10schools
Login Register
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
  • References
  • Ruby on Rails
  • Ruby
  • Classes
  • Net
Net:
  • APOP
  • Net::APOPSession
  • Net::FTP
  • Net::FTPConnectionError
  • Net::FTPError
  • Net::FTPPermError
  • Net::FTPProtoError
  • Net::FTPReplyError
  • Net::FTPTempError
  • Net::HTTP
  • Net::HTTPAccepted
  • Net::HTTPBadGateway
  • Net::HTTPBadRequest
  • Net::HTTPBadResponse
  • Net::HTTPClientError
  • Net::HTTPConflict
  • Net::HTTPContinue
  • Net::HTTPCreated
  • Net::HTTPError
  • Net::HTTPExceptions
  • Net::HTTPExpectationFailed
  • Net::HTTPFailedDependency
  • Net::HTTPFatalError
  • Net::HTTPForbidden
  • Net::HTTPFound
  • Net::HTTPGatewayTimeOut
  • Net::HTTPGenericRequest
  • Net::HTTPGone
  • Net::HTTPHeader
  • Net::HTTPHeaderSyntaxError
  • Net::HTTPInformation
  • Net::HTTPInsufficientStorage
  • Net::HTTPInternalServerError
  • Net::HTTPLengthRequired
  • Net::HTTPLocked
  • Net::HTTPMethodNotAllowed
  • Net::HTTPMovedPermanently
  • Net::HTTPMultipleChoices
  • Net::HTTPMultiStatus
  • Net::HTTPNetworkAuthenticationRequired
  • Net::HTTPNoContent
  • Net::HTTPNonAuthoritativeInformation
  • Net::HTTPNotAcceptable
  • Net::HTTPNotFound
  • Net::HTTPNotImplemented
  • Net::HTTPNotModified
  • Net::HTTPOK
  • Net::HTTPPartialContent
  • Net::HTTPPaymentRequired
  • Net::HTTPPreconditionFailed
  • Net::HTTPPreconditionRequired
  • Net::HTTPProxyAuthenticationRequired
  • Net::HTTPRedirection
  • Net::HTTPRequest
  • Net::HTTPRequestedRangeNotSatisfiable
  • Net::HTTPRequestEntityTooLarge
  • Net::HTTPRequestHeaderFieldsTooLarge
  • Net::HTTPRequestTimeOut
  • Net::HTTPRequestURITooLong
  • Net::HTTPResetContent
  • Net::HTTPResponse
  • Net::HTTPRetriableError
  • Net::HTTPSeeOther
  • Net::HTTPServerError
  • Net::HTTPServerException
  • Net::HTTPServiceUnavailable
  • Net::HTTPSuccess
  • Net::HTTPSwitchProtocol
  • Net::HTTPTemporaryRedirect
  • Net::HTTPTooManyRequests
  • Net::HTTPUnauthorized
  • Net::HTTPUnknownResponse
  • Net::HTTPUnprocessableEntity
  • Net::HTTPUnsupportedMediaType
  • Net::HTTPUpgradeRequired
  • Net::HTTPUseProxy
  • Net::HTTPVersionNotSupported
  • Net::IMAP
  • Net::InternetMessageIO
  • Net::OpenTimeout
  • Net::POP3
  • Net::POPAuthenticationError
  • Net::POPBadResponse
  • Net::POPError
  • Net::POPMail
  • Net::ProtoAuthError
  • Net::ProtocolError
  • Net::ProtoCommandError
  • Net::ProtocRetryError
  • Net::ProtoFatalError
  • Net::ProtoRetriableError
  • Net::ProtoServerError
  • Net::ProtoSyntaxError
  • Net::ProtoUnknownError
  • Net::ReadTimeout
  • Net::SMTP
  • Net::SMTPAuthenticationError
  • Net::SMTPError
  • Net::SMTPFatalError
  • Net::SMTPServerBusy
  • Net::SMTPSyntaxError
  • Net::SMTPUnknownError
  • Net::SMTPUnsupportedCommand
  • Net::Socket
  • Net::Telnet


×
Type:
Module
Constants:
HTTPMultipleChoice : Net::HTTPMultipleChoices

208 Already Reported - RFC 5842; experimental 226 IM Used - RFC 3229; no famous implementation known

HTTPMovedTemporarily : Net::HTTPFound
HTTPRequestURITooLarge : Net::HTTPRequestURITooLong
POP : POP3 # :nodoc:

class aliases

POPSession : POP3
POP3Session : POP3
APOPSession : APOP

This class is equivalent to POP3, except that it uses APOP authentication.

SMTPSession : SMTP # :nodoc:
waitfor
  • References/Ruby on Rails/Ruby/Classes/Net/Net::Telnet

waitfor(options) Instance Public methods Read data from the host until a certain

2025-01-10 15:47:30
trace
  • References/Ruby on Rails/Ruby/Classes/Net/Net::HTTP

trace(path, initheader = nil) Instance Public methods Sends a TRACE request

2025-01-10 15:47:30
login
  • References/Ruby on Rails/Ruby/Classes/Net/Net::IMAP

login(user, password) Instance Public methods Sends a LOGIN command to identify

2025-01-10 15:47:30
entity
  • References/Ruby on Rails/Ruby/Classes/Net/Net::HTTPResponse

entity() Instance Public methods Alias for:

2025-01-10 15:47:30
ls
  • References/Ruby on Rails/Ruby/Classes/Net/Net::FTP

ls(*args) Instance Public methods Alias for:

2025-01-10 15:47:30
default_ssl_port
  • References/Ruby on Rails/Ruby/Classes/Net/Net::SMTP

default_ssl_port() Class Public methods Alias for:

2025-01-10 15:47:30
preprocess
  • References/Ruby on Rails/Ruby/Classes/Net/Net::Telnet

preprocess(string) Instance Public methods Preprocess received data from the

2025-01-10 15:47:30

Page 36 of 36

|< < Prev 33 34 35 36 Next > >|
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com

Our Partners: aeeble – Providing content publishing and search solutions