HomeSort by relevance Sort by last modified time
    Searched defs:NNTP (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 1 """An NNTP client class based on RFC 977: Network News Transfer Protocol.
5 >>> from nntplib import NNTP
6 >>> s = NNTP('news')
35 __all__ = ["NNTP","NNTPReplyError","NNTPTemporaryError",
79 # Standard port used by NNTP servers
93 class NNTP:
98 - port: port to connect to (default the standard NNTP port)
105 NNTP server on the local machine and intend to call
119 # arrive differs between some NNTP servers. Try to send
618 s = NNTP(newshost, readermode=mode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 1 """An NNTP client class based on RFC 977: Network News Transfer Protocol.
5 >>> from nntplib import NNTP
6 >>> s = NNTP('news')
35 __all__ = ["NNTP","NNTPReplyError","NNTPTemporaryError",
79 # Standard port used by NNTP servers
93 class NNTP:
98 - port: port to connect to (default the standard NNTP port)
105 NNTP server on the local machine and intend to call
119 # arrive differs between some NNTP servers. Try to send
618 s = NNTP(newshost, readermode=mode
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 407 public static final int NNTP = 119;
534 services.add(NNTP, "nntp");

Completed in 1259 milliseconds