|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.Connection
oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection
public class SocketConnection
Represents a socket connection to the Content Server
| Constructor Summary | |
|---|---|
SocketConnection(IntradocClientConfig config) |
|
| Method Summary | |
|---|---|
void |
close()Close this socket connection |
void |
connect()Connect this socket to the configured destination |
protected java.net.Socket |
createSocket()Create the socket to the configured host |
IntradocClientConfig |
getConfig() |
java.io.InputStream |
getInputStream()Get a input stream for this connection |
java.io.OutputStream |
getOutputStream()Get a output stream for this connection |
java.net.Socket |
getSocket() |
boolean |
isConnected() |
| Methods inherited from class oracle.stellent.ridc.protocol.Connection |
|---|
reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SocketConnection(IntradocClientConfig config)
| Method Detail |
|---|
public IntradocClientConfig getConfig()
public void connect()
throws ProtocolException
connect in class ConnectionProtocolException - if an error occurspublic void close()
close in class Connection
public java.io.InputStream getInputStream()
throws java.io.IOException
ConnectiongetInputStream in class Connectionjava.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
ConnectiongetOutputStream in class Connectionjava.io.IOExceptionpublic boolean isConnected()
isConnected in class Connectionpublic java.net.Socket getSocket()
protected java.net.Socket createSocket()
throws ProtocolException,
java.io.IOException
java.io.IOExceptionProtocolException
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||