Class RemoteFrameworkConnection
- java.lang.Object
-
- org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class RemoteFrameworkConnection extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description RemoteFrameworkConnection(Socket socket)
RemoteFrameworkConnection(RemoteFrameworkConnectionInfo info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
Object
readObject()
void
writeObject(Object object)
-
-
-
Constructor Detail
-
RemoteFrameworkConnection
public RemoteFrameworkConnection(RemoteFrameworkConnectionInfo info)
-
RemoteFrameworkConnection
public RemoteFrameworkConnection(Socket socket)
-
-