Java Doc for SocketTest.java in » Apache-Harmony-Java-SE » org-package » org » apache » harmony » luni » tests » java » net » 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
»
Apache Harmony Java SE
»
org package
»
org.apache.harmony.luni.tests.java.net
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.harmony.luni.tests.java.net
.SocketTestCase
org.apache.harmony.luni.tests.java.net
.SocketTest
SocketTest
public
class SocketTest extends
SocketTestCase
(Code)
Field Summary
String
host
boolean
interrupted
int
port
Thread
t
Method Summary
protected
void
tearDown
()
public
void
test_Constructor
()
public
void
test_ConstructorLjava_lang_StringI
()
public
void
test_ConstructorLjava_lang_StringILjava_net_InetAddressI
()
public
void
test_ConstructorLjava_lang_StringILjava_net_InetAddressI_ipv6
()
public
void
test_ConstructorLjava_lang_StringIZ
()
public
void
test_ConstructorLjava_net_InetAddressI
()
public
void
test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI
()
public
void
test_ConstructorLjava_net_InetAddressIZ
()
public
void
test_ConstructorLjava_net_Proxy_Exception
()
public
void
test_bindLjava_net_SocketAddress
()
public
void
test_bindLjava_net_SocketAddress_Proxy
()
public
void
test_close
()
public
void
test_connectLjava_net_SocketAddress
()
public
void
test_connectLjava_net_SocketAddressI
()
public
void
test_connectLjava_net_SocketAddress_AnyAddress
()
public
void
test_connect_unknownhost
()
public
void
test_connect_unresolved
()
public
void
test_getChannel
()
public
void
test_getInetAddress
()
public
void
test_getInputStream
()
public
void
test_getKeepAlive
()
public
void
test_getLocalAddress
()
public
void
test_getLocalPort
()
public
void
test_getLocalSocketAddress
()
public
void
test_getOOBInline
()
public
void
test_getOutputStream
()
public
void
test_getPort
()
public
void
test_getReceiveBufferSize
()
public
void
test_getRemoteSocketAddress
()
public
void
test_getReuseAddress
()
public
void
test_getSendBufferSize
()
public
void
test_getSoLinger
()
public
void
test_getSoTimeout
()
public
void
test_getTcpNoDelay
()
public
void
test_getTrafficClass
()
public
void
test_isBound
()
public
void
test_isClosed
()
public
void
test_isConnected
()
public
void
test_isInputShutdown
()
public
void
test_isOutputShutdown
()
public
void
test_sendUrgentDataI
()
public
void
test_setKeepAliveZ
()
public
void
test_setOOBInlineZ
()
public
void
test_setPerformancePreference_Int_Int_Int
()
public
void
test_setReceiveBufferSizeI
()
public
void
test_setReuseAddressZ
()
public
void
test_setSendBufferSizeI
()
public
void
test_setSoLingerZI
()
public
void
test_setSoTimeoutI
()
public
void
test_setSocketImplFactoryLjava_net_SocketImplFactory
()
public
void
test_setTcpNoDelayZ
()
public
void
test_setTrafficClassI
()
public
void
test_shutdownInput
()
public
void
test_shutdownOutput
()
public
void
test_toString
()
Field Detail
host
String
host
(Code)
interrupted
boolean interrupted
(Code)
port
int port
(Code)
t
Thread
t
(Code)
Method Detail
tearDown
protected
void tearDown()
(Code)
test_Constructor
public
void test_Constructor()
(Code)
test_ConstructorLjava_lang_StringI
public
void test_ConstructorLjava_lang_StringI() throws
IOException
(Code)
test_ConstructorLjava_lang_StringILjava_net_InetAddressI
public
void test_ConstructorLjava_lang_StringILjava_net_InetAddressI() throws
IOException
(Code)
test_ConstructorLjava_lang_StringILjava_net_InetAddressI_ipv6
public
void test_ConstructorLjava_lang_StringILjava_net_InetAddressI_ipv6() throws
IOException
(Code)
test_ConstructorLjava_lang_StringIZ
public
void test_ConstructorLjava_lang_StringIZ() throws
IOException
(Code)
test_ConstructorLjava_net_InetAddressI
public
void test_ConstructorLjava_net_InetAddressI() throws
IOException
(Code)
test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI
public
void test_ConstructorLjava_net_InetAddressILjava_net_InetAddressI() throws
IOException
(Code)
test_ConstructorLjava_net_InetAddressIZ
public
void test_ConstructorLjava_net_InetAddressIZ() throws
IOException
(Code)
test_ConstructorLjava_net_Proxy_Exception
public
void test_ConstructorLjava_net_Proxy_Exception()
(Code)
test_bindLjava_net_SocketAddress
public
void test_bindLjava_net_SocketAddress() throws
IOException
(Code)
test_bindLjava_net_SocketAddress_Proxy
public
void test_bindLjava_net_SocketAddress_Proxy() throws
IOException
(Code)
test_close
public
void test_close() throws
IOException
(Code)
test_connectLjava_net_SocketAddress
public
void test_connectLjava_net_SocketAddress() throws
Exception
(Code)
test_connectLjava_net_SocketAddressI
public
void test_connectLjava_net_SocketAddressI() throws
Exception
(Code)
test_connectLjava_net_SocketAddress_AnyAddress
public
void test_connectLjava_net_SocketAddress_AnyAddress() throws
Exception
(Code)
Regression for Harmony-2503
test_connect_unknownhost
public
void test_connect_unknownhost() throws
Exception
(Code)
test_connect_unresolved
public
void test_connect_unresolved() throws
IOException
(Code)
test_getChannel
public
void test_getChannel()
(Code)
test_getInetAddress
public
void test_getInetAddress() throws
IOException
(Code)
test_getInputStream
public
void test_getInputStream() throws
IOException
(Code)
test_getKeepAlive
public
void test_getKeepAlive()
(Code)
test_getLocalAddress
public
void test_getLocalAddress() throws
IOException
(Code)
test_getLocalPort
public
void test_getLocalPort() throws
IOException
(Code)
test_getLocalSocketAddress
public
void test_getLocalSocketAddress() throws
IOException
(Code)
test_getOOBInline
public
void test_getOOBInline()
(Code)
test_getOutputStream
public
void test_getOutputStream() throws
IOException
(Code)
test_getPort
public
void test_getPort() throws
IOException
(Code)
test_getReceiveBufferSize
public
void test_getReceiveBufferSize() throws
IOException
(Code)
test_getRemoteSocketAddress
public
void test_getRemoteSocketAddress() throws
IOException
(Code)
test_getReuseAddress
public
void test_getReuseAddress()
(Code)
test_getSendBufferSize
public
void test_getSendBufferSize() throws
IOException
(Code)
test_getSoLinger
public
void test_getSoLinger() throws
IOException
(Code)
test_getSoTimeout
public
void test_getSoTimeout() throws
IOException
(Code)
test_getTcpNoDelay
public
void test_getTcpNoDelay() throws
IOException
(Code)
test_getTrafficClass
public
void test_getTrafficClass()
(Code)
test_isBound
public
void test_isBound() throws
IOException
(Code)
test_isClosed
public
void test_isClosed() throws
IOException
(Code)
test_isConnected
public
void test_isConnected() throws
IOException
(Code)
test_isInputShutdown
public
void test_isInputShutdown() throws
IOException
(Code)
test_isOutputShutdown
public
void test_isOutputShutdown() throws
IOException
(Code)
test_sendUrgentDataI
public
void test_sendUrgentDataI() throws
Exception
(Code)
test_setKeepAliveZ
public
void test_setKeepAliveZ() throws
IOException
(Code)
test_setOOBInlineZ
public
void test_setOOBInlineZ()
(Code)
test_setPerformancePreference_Int_Int_Int
public
void test_setPerformancePreference_Int_Int_Int() throws
IOException
(Code)
test_setReceiveBufferSizeI
public
void test_setReceiveBufferSizeI() throws
IOException
(Code)
test_setReuseAddressZ
public
void test_setReuseAddressZ() throws
UnknownHostException
(Code)
test_setSendBufferSizeI
public
void test_setSendBufferSizeI() throws
IOException
(Code)
test_setSoLingerZI
public
void test_setSoLingerZI() throws
IOException
(Code)
test_setSoTimeoutI
public
void test_setSoTimeoutI() throws
IOException
(Code)
test_setSocketImplFactoryLjava_net_SocketImplFactory
public
void test_setSocketImplFactoryLjava_net_SocketImplFactory()
(Code)
test_setTcpNoDelayZ
public
void test_setTcpNoDelayZ() throws
IOException
(Code)
test_setTrafficClassI
public
void test_setTrafficClassI()
(Code)
test_shutdownInput
public
void test_shutdownInput() throws
IOException
(Code)
test_shutdownOutput
public
void test_shutdownOutput() throws
IOException
(Code)
test_toString
public
void test_toString() throws
IOException
(Code)
Fields inherited from
org.apache.harmony.luni.tests.java.net.SocketTestCase
final
public
static int IP_TOS
(Code)
(Java Doc)
final
public
static
String
LINUX
(Code)
(Java Doc)
final
public
static int SO_BROADCAST
(Code)
(Java Doc)
final
public
static int SO_KEEPALIVE
(Code)
(Java Doc)
final
public
static int SO_LINGER
(Code)
(Java Doc)
final
public
static int SO_MULTICAST
(Code)
(Java Doc)
final
public
static int SO_MULTICAST_INTERFACE
(Code)
(Java Doc)
final
public
static int SO_OOBINLINE
(Code)
(Java Doc)
final
public
static int SO_RCVBUF
(Code)
(Java Doc)
final
public
static int SO_REUSEADDR
(Code)
(Java Doc)
final
public
static int SO_SNDBUF
(Code)
(Java Doc)
final
public
static int SO_TIMEOUT
(Code)
(Java Doc)
final
public
static int SO_USELOOPBACK
(Code)
(Java Doc)
final
public
static int TCP_NODELAY
(Code)
(Java Doc)
Methods inherited from
org.apache.harmony.luni.tests.java.net.SocketTestCase
public
void ensureExceptionThrownIfOptionIsUnsupportedOnOS(int option)
(Code)
(Java Doc)
public
boolean getOptionIsSupported(int option)
(Code)
(Java Doc)
public
void handleException(
Exception
e, int option)
(Code)
(Java Doc)
w__ww.__java__2__s_.___c__o_m
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.