Class ::nntp::Session
::nntp::Session
create ... \
[ -debug:int,slot=::nntp::Session::slot::debug (default "1") ] \
[ -port:int,slot=::nntp::Session::slot::port,required port:int,slot=::nntp::Session::slot::port,required ] \
[ -server:required server:required ]
Support for NNTP session. In essence:
1) login
2) run some commands
3) logout
Defined in packages/xowiki/tcl/nntp-procs.tclClass Relations
- class: ::nx::Class
![[i]](/resources/acs-subsite/ZoomIn16.gif)
- superclass: ::nx::Object
![[i]](/resources/acs-subsite/ZoomIn16.gif)
::nx::Class create ::nntp::Session \
-superclass ::nx::Object