public class MessageComponentFeature.HandleStreamStep extends java.lang.Object implements IComponentStep<java.lang.Void>
| Constructor and Description |
|---|
HandleStreamStep(IConnection con) |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(IInternalAccess ia)
Execute the command.
|
protected boolean |
invokeHandlers(IConnection con)
Extracted to allow overriding behaviour.
|
java.lang.String |
toString() |
public HandleStreamStep(IConnection con)
public jadex.commons.future.IFuture<java.lang.Void> execute(IInternalAccess ia)
IComponentStepexecute in interface IComponentStep<java.lang.Void>protected boolean invokeHandlers(IConnection con)
public java.lang.String toString()
toString in class java.lang.Object