Java Doc for Http11NIOProtocol.java in » EJB-Server-geronimo » plugins » org » apache » geronimo » tomcat » connector » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server geronimo
»
plugins
»
org.apache.geronimo.tomcat.connector
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.geronimo.tomcat.connector
.Http11NIOProtocol
All known Subclasses:
org.apache.geronimo.tomcat.connector
.Http11NIOConnectorGBean
,
Http11NIOProtocol
public
interface Http11NIOProtocol
(Code)
Method Summary
public
int
getAcceptorThreadCount
()
public
int
getAcceptorThreadPriority
()
public
boolean
getCommand_line_options
()
public
int
getOomParachute
()
public
int
getPollerThreadCount
()
public
int
getPollerThreadPriority
()
public
int
getProcessCache
()
public
int
getSelectorPool_maxSelectors
()
public
int
getSelectorPool_maxSpareSelectors
()
public
int
getSelectorTimeout
()
public
int
getSocket_appReadBufSize
()
public
int
getSocket_appWriteBufSize
()
public
int
getSocket_bufferPool
()
public
int
getSocket_bufferPoolSize
()
public
boolean
getSocket_directBuffer
()
public
int
getSocket_eventCache
()
public
int
getSocket_keyCache
()
public
boolean
getSocket_ooBInline
()
public
int
getSocket_performanceBandwidth
()
public
int
getSocket_performanceConnectionTime
()
public
int
getSocket_performanceLatency
()
public
int
getSocket_processorCache
()
public
int
getSocket_rxBufSize
()
public
boolean
getSocket_soKeepAlive
()
public
boolean
getSocket_soLingerOn
()
public
int
getSocket_soLingerTime
()
public
boolean
getSocket_soReuseAddress
()
public
int
getSocket_soTimeout
()
public
int
getSocket_soTrafficClass
()
public
boolean
getSocket_tcpNoDelay
()
public
int
getSocket_txBufSize
()
public
boolean
getUseComet
()
public
boolean
getUseExecutor
()
public
boolean
getUseSendfile
()
public
void
setAcceptorThreadCount
(int acceptorThreadCount)
public
void
setAcceptorThreadPriority
(int acceptorThreadPriority)
public
void
setCommand_line_options
(boolean command_line_options)
public
void
setOomParachute
(int oomParachute)
public
void
setPollerThreadCount
(int pollerThreadCount)
public
void
setPollerThreadPriority
(int pollerThreadPriority)
public
void
setProcessCache
(int processCache)
public
void
setSelectorPool_maxSelectors
(int selectorPool_maxSelectors)
public
void
setSelectorPool_maxSpareSelectors
(int selectorPool_maxSpareSelectors)
public
void
setSelectorTimeout
(int selectorTimeout)
public
void
setSocket_appReadBufSize
(int socket_appReadBufSize)
public
void
setSocket_appWriteBufSize
(int socket_appWriteBufSize)
public
void
setSocket_bufferPool
(int socket_bufferPool)
public
void
setSocket_bufferPoolSize
(int socket_bufferPoolSize)
public
void
setSocket_directBuffer
(boolean socket_directBuffer)
public
void
setSocket_eventCache
(int socket_eventCache)
public
void
setSocket_keyCache
(int socket_keyCache)
public
void
setSocket_ooBInline
(boolean socket_ooBInline)
public
void
setSocket_performanceBandwidth
(int socket_performanceBandwidth)
public
void
setSocket_performanceConnectionTime
(int socket_performanceConnectionTime)
public
void
setSocket_performanceLatency
(int socket_performanceLatency)
public
void
setSocket_processorCache
(int socket_processorCache)
public
void
setSocket_rxBufSize
(int socket_rxBufSize)
public
void
setSocket_soKeepAlive
(boolean socket_soKeepAlive)
public
void
setSocket_soLingerOn
(boolean socket_soLingerOn)
public
void
setSocket_soLingerTime
(int socket_soLingerTime)
public
void
setSocket_soReuseAddress
(boolean socket_soReuseAddress)
public
void
setSocket_soTimeout
(int socket_soTimeout)
public
void
setSocket_soTrafficClass
(int socket_soTrafficClass)
public
void
setSocket_tcpNoDelay
(boolean socket_tcpNoDelay)
public
void
setSocket_txBufSize
(int socket_txBufSize)
public
void
setUseComet
(boolean useComet)
public
void
setUseExecutor
(boolean useExecutor)
public
void
setUseSendfile
(boolean useSendfile)
Method Detail
getAcceptorThreadCount
public
int getAcceptorThreadCount()
(Code)
getAcceptorThreadPriority
public
int getAcceptorThreadPriority()
(Code)
getCommand_line_options
public
boolean getCommand_line_options()
(Code)
getOomParachute
public
int getOomParachute()
(Code)
getPollerThreadCount
public
int getPollerThreadCount()
(Code)
getPollerThreadPriority
public
int getPollerThreadPriority()
(Code)
getProcessCache
public
int getProcessCache()
(Code)
getSelectorPool_maxSelectors
public
int getSelectorPool_maxSelectors()
(Code)
getSelectorPool_maxSpareSelectors
public
int getSelectorPool_maxSpareSelectors()
(Code)
getSelectorTimeout
public
int getSelectorTimeout()
(Code)
getSocket_appReadBufSize
public
int getSocket_appReadBufSize()
(Code)
getSocket_appWriteBufSize
public
int getSocket_appWriteBufSize()
(Code)
getSocket_bufferPool
public
int getSocket_bufferPool()
(Code)
getSocket_bufferPoolSize
public
int getSocket_bufferPoolSize()
(Code)
getSocket_directBuffer
public
boolean getSocket_directBuffer()
(Code)
getSocket_eventCache
public
int getSocket_eventCache()
(Code)
getSocket_keyCache
public
int getSocket_keyCache()
(Code)
getSocket_ooBInline
public
boolean getSocket_ooBInline()
(Code)
getSocket_performanceBandwidth
public
int getSocket_performanceBandwidth()
(Code)
getSocket_performanceConnectionTime
public
int getSocket_performanceConnectionTime()
(Code)
getSocket_performanceLatency
public
int getSocket_performanceLatency()
(Code)
getSocket_processorCache
public
int getSocket_processorCache()
(Code)
getSocket_rxBufSize
public
int getSocket_rxBufSize()
(Code)
getSocket_soKeepAlive
public
boolean getSocket_soKeepAlive()
(Code)
getSocket_soLingerOn
public
boolean getSocket_soLingerOn()
(Code)
getSocket_soLingerTime
public
int getSocket_soLingerTime()
(Code)
getSocket_soReuseAddress
public
boolean getSocket_soReuseAddress()
(Code)
getSocket_soTimeout
public
int getSocket_soTimeout()
(Code)
getSocket_soTrafficClass
public
int getSocket_soTrafficClass()
(Code)
getSocket_tcpNoDelay
public
boolean getSocket_tcpNoDelay()
(Code)
getSocket_txBufSize
public
int getSocket_txBufSize()
(Code)
getUseComet
public
boolean getUseComet()
(Code)
getUseExecutor
public
boolean getUseExecutor()
(Code)
getUseSendfile
public
boolean getUseSendfile()
(Code)
setAcceptorThreadCount
public
void setAcceptorThreadCount(int acceptorThreadCount)
(Code)
setAcceptorThreadPriority
public
void setAcceptorThreadPriority(int acceptorThreadPriority)
(Code)
setCommand_line_options
public
void setCommand_line_options(boolean command_line_options)
(Code)
setOomParachute
public
void setOomParachute(int oomParachute)
(Code)
setPollerThreadCount
public
void setPollerThreadCount(int pollerThreadCount)
(Code)
setPollerThreadPriority
public
void setPollerThreadPriority(int pollerThreadPriority)
(Code)
setProcessCache
public
void setProcessCache(int processCache)
(Code)
setSelectorPool_maxSelectors
public
void setSelectorPool_maxSelectors(int selectorPool_maxSelectors)
(Code)
setSelectorPool_maxSpareSelectors
public
void setSelectorPool_maxSpareSelectors(int selectorPool_maxSpareSelectors)
(Code)
setSelectorTimeout
public
void setSelectorTimeout(int selectorTimeout)
(Code)
setSocket_appReadBufSize
public
void setSocket_appReadBufSize(int socket_appReadBufSize)
(Code)
setSocket_appWriteBufSize
public
void setSocket_appWriteBufSize(int socket_appWriteBufSize)
(Code)
setSocket_bufferPool
public
void setSocket_bufferPool(int socket_bufferPool)
(Code)
setSocket_bufferPoolSize
public
void setSocket_bufferPoolSize(int socket_bufferPoolSize)
(Code)
setSocket_directBuffer
public
void setSocket_directBuffer(boolean socket_directBuffer)
(Code)
setSocket_eventCache
public
void setSocket_eventCache(int socket_eventCache)
(Code)
setSocket_keyCache
public
void setSocket_keyCache(int socket_keyCache)
(Code)
setSocket_ooBInline
public
void setSocket_ooBInline(boolean socket_ooBInline)
(Code)
setSocket_performanceBandwidth
public
void setSocket_performanceBandwidth(int socket_performanceBandwidth)
(Code)
setSocket_performanceConnectionTime
public
void setSocket_performanceConnectionTime(int socket_performanceConnectionTime)
(Code)
setSocket_performanceLatency
public
void setSocket_performanceLatency(int socket_performanceLatency)
(Code)
setSocket_processorCache
public
void setSocket_processorCache(int socket_processorCache)
(Code)
setSocket_rxBufSize
public
void setSocket_rxBufSize(int socket_rxBufSize)
(Code)
setSocket_soKeepAlive
public
void setSocket_soKeepAlive(boolean socket_soKeepAlive)
(Code)
setSocket_soLingerOn
public
void setSocket_soLingerOn(boolean socket_soLingerOn)
(Code)
setSocket_soLingerTime
public
void setSocket_soLingerTime(int socket_soLingerTime)
(Code)
setSocket_soReuseAddress
public
void setSocket_soReuseAddress(boolean socket_soReuseAddress)
(Code)
setSocket_soTimeout
public
void setSocket_soTimeout(int socket_soTimeout)
(Code)
setSocket_soTrafficClass
public
void setSocket_soTrafficClass(int socket_soTrafficClass)
(Code)
setSocket_tcpNoDelay
public
void setSocket_tcpNoDelay(boolean socket_tcpNoDelay)
(Code)
setSocket_txBufSize
public
void setSocket_txBufSize(int socket_txBufSize)
(Code)
setUseComet
public
void setUseComet(boolean useComet)
(Code)
setUseExecutor
public
void setUseExecutor(boolean useExecutor)
(Code)
setUseSendfile
public
void setUseSendfile(boolean useSendfile)
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.