1803件ヒット
[1-100件を表示]
(0.043秒)
ライブラリ
- ビルトイン (112)
-
cgi
/ core (12) - drb (24)
-
fiddle
/ import (84) - json (12)
-
minitest
/ unit (3) -
net
/ http (132) -
net
/ imap (72) -
net
/ pop (108) -
net
/ smtp (104) - resolv (24)
- resolv-replace (36)
- rss (24)
-
rubygems
/ exceptions (12) -
rubygems
/ server (12) -
rubygems
/ user _ interaction (192) - socket (276)
- uri (300)
-
webrick
/ httpauth / basicauth (12) -
webrick
/ httpproxy (12) -
webrick
/ httprequest (12) -
webrick
/ httpserver (24) -
webrick
/ httpservlet / abstract (72) -
webrick
/ httpstatus (48) -
webrick
/ utils (12)
クラス
- Addrinfo (24)
-
DRb
:: DRbServer (12) -
Gem
:: Server (12) -
Gem
:: StreamUI (12) -
Gem
:: StreamUI :: SilentProgressReporter (48) -
Gem
:: StreamUI :: SimpleProgressReporter (48) -
Gem
:: StreamUI :: VerboseProgressReporter (48) -
MiniTest
:: Unit (2) -
MiniTest
:: Unit :: TestCase (1) -
Net
:: HTTP (108) -
Net
:: IMAP (72) -
Net
:: POP3 (108) -
Net
:: SMTP (92) -
RSS
:: Rss :: Channel :: Cloud (24) - Refinement (4)
-
Resolv
:: DNS :: Resource :: IN :: SRV (24) - Socket (156)
- UDPSocket (96)
-
URI
:: FTP (48) -
URI
:: Generic (132) -
URI
:: HTTP (36) -
URI
:: LDAP (36) -
URI
:: LDAPS (12) -
URI
:: MailTo (12) -
WEBrick
:: HTTPProxyServer (12) -
WEBrick
:: HTTPRequest (12) -
WEBrick
:: HTTPServer (24) -
WEBrick
:: HTTPServlet :: AbstractServlet (72)
モジュール
-
CGI
:: QueryExtension (12) - DRb (12)
-
Fiddle
:: Importer (84) -
GC
:: Profiler (12) - Kernel (24)
- Marshal (24)
-
Socket
:: Constants (36) - URI (24)
-
WEBrick
:: HTTPStatus (24) -
WEBrick
:: Utils (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - BasicAuth (12)
-
DEFAULT
_ PORT (24) - DOSISH 対応 (12)
- EAFNOSUPPORT (12)
- EPFNOSUPPORT (12)
- EPROTONOSUPPORT (12)
- ESOCKTNOSUPPORT (12)
- HTTPUnsupportedMediaType (12)
- HTTPVersionNotSupported (24)
-
IPPORT
_ USERRESERVED (24) - MissingUnicodeSupport (12)
-
NEWS for Ruby 2
. 0 . 0 (12) - OperationNotSupportedError (12)
-
RC
_ HTTP _ VERSION _ NOT _ SUPPORTED (12) -
RC
_ UNSUPPORTED _ MEDIA _ TYPE (12) - SMTPUnsupportedCommand (12)
-
SO
_ REUSEPORT (24) -
SO
_ SECURITY _ ENCRYPTION _ TRANSPORT (24) -
SUPPORTS
_ INFO _ SIGNAL (1) - SilentProgressReporter (12)
- SimpleProgressReporter (12)
- UnsupportedMediaType (12)
- VerboseProgressReporter (12)
- [] (12)
-
auth
_ only (12) - bind (36)
- build (96)
- build2 (24)
- component (12)
- connect (24)
- count (36)
-
create
_ listeners (12) -
create
_ value (12) -
default
_ imap _ port (12) -
default
_ imaps _ port (12) -
default
_ pop3 _ port (12) -
default
_ pop3s _ port (12) -
default
_ port (72) -
default
_ ssl _ port (24) -
default
_ submission _ port (12) -
default
_ tls _ port (24) -
delete
_ all (24) -
do
_ DELETE (12) -
do
_ GET (12) -
do
_ HEAD (12) -
do
_ OPTIONS (12) -
do
_ POST (12) -
do
_ PUT (12) - done (36)
- dump (24)
- extern (12)
- foreach (12)
- get (12)
-
get
_ print (12) -
get
_ response (12) -
http
_ default _ port (12) -
https
_ default _ port (12) -
import
_ methods (4) -
ip
_ unpack (12) - mount (12)
- new (168)
- new2 (12)
- parse (12)
- port= (24)
- printf (24)
-
progress
_ reporter (12) -
rb
_ export _ method (12) - report (13)
- report= (1)
-
ruby 1
. 8 . 2 feature (12) -
rubygems
/ commands / server _ command (12) - run (12)
- send (48)
-
server
_ port (12) - split (12)
- start (80)
-
start
_ service (12) - struct (12)
- tcp (24)
- udp (12)
-
udp
_ server _ loop (24) -
udp
_ server _ recv (12) -
udp
_ server _ sockets (48) - union (12)
-
unpack
_ sockaddr _ in (12) - updated (36)
- value (12)
-
virtual
_ host (12)
検索結果
先頭5件
-
URI
:: Generic # port -> String | nil (21117.0) -
自身の port を文字列で返します。設定されていない場合は nil を返します。
...自身の port を文字列で返します。設定されていない場合は nil を返します。... -
RSS
:: Rss :: Channel :: Cloud # port (21102.0) -
@todo
@todo -
Resolv
:: DNS :: Resource :: IN :: SRV # port -> Integer (21101.0) -
対象のサービスの対象のホストにおけるポート番号を返します。
対象のサービスの対象のホストにおけるポート番号を返します。 -
WEBrick
:: HTTPRequest # port -> String (21101.0) -
サーバのポートを文字列で返します。
サーバのポートを文字列で返します。 -
URI
:: Generic . default _ port -> Integer | nil (12243.0) -
スキームに対応するデフォルトのポート番号を整数で返します。
...。
require 'uri'
URI::Generic.default_port # => nil
URI::FTP.default_port # => 21
URI::HTTP.default_port # => 80
URI::HTTPS.default_port # => 443
URI::LDAP.default_port # => 389
URI::LDAPS.default_port # => 636
URI::MailTo.default_port # =... -
URI
:: Generic # default _ port -> Integer | nil (12223.0) -
self.class.default_port を返します。
...self.class.default_port を返します。
@see URI::Generic.default_port... -
Socket
:: Constants :: SO _ REUSEPORT -> Integer (12216.0) -
Allow local address and port reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Allow local address and port reuse。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET... -
Socket
:: SO _ REUSEPORT -> Integer (12216.0) -
Allow local address and port reuse。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。
...Allow local address and port reuse。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。
@see getsockopt(2freebsd), Socket::Constants::SOL_SOCKET... -
Net
:: IMAP . default _ imaps _ port -> Integer (12209.0) -
デフォルトの IMAPS のポート番号(993)を返します。
...デフォルトの IMAPS のポート番号(993)を返します。
@see Net::IMAP.default_port...