public class ProviderAgent extends Object implements ITestService
| Constructor and Description |
|---|
ProviderAgent() |
| Modifier and Type | Method and Description |
|---|---|
IFuture<IInputConnection> |
getInputStream()
Pass an Input stream to the user.
|
IFuture<IOutputConnection> |
getOutputStream()
Pass an Input stream to the user.
|
IFuture<Long> |
passInputStream(IInputConnection con)
Pass an Input stream to the user.
|
IFuture<Long> |
passOutputStream(IOutputConnection con)
Pass an output stream from the user.
|
IFuture<Void> |
secMethod(String msg)
Call a method that must use a secure
transport under the hood.
|
IFuture<Void> |
unsecMethod(String msg)
Call a method that can use any transport.
|
public IFuture<Void> secMethod(String msg)
secMethod in interface ITestServicepublic IFuture<Void> unsecMethod(String msg)
unsecMethod in interface ITestServicepublic IFuture<IInputConnection> getInputStream()
public IFuture<IOutputConnection> getOutputStream()
public IFuture<Long> passInputStream(IInputConnection con)
public IFuture<Long> passOutputStream(IOutputConnection con)
con - The output stream.Copyright © 2012. All Rights Reserved.