Class CloseHandler
- java.lang.Object
-
- org.openmuc.jeebus.ship.shipconnection.CloseHandler
-
public class CloseHandler extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CloseHandler(ShipConnectionImpl connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionCloseDevAgetDevA()ConnectionCloseDevBgetDevB()voidinitiate(java.lang.Integer maxTime, ConnectionCloseReasonType reason)booleanisClosing()voidprocessMsg(byte[] message)
-
-
-
Constructor Detail
-
CloseHandler
public CloseHandler(ShipConnectionImpl connection)
-
-
Method Detail
-
isClosing
public boolean isClosing()
-
getDevA
public ConnectionCloseDevA getDevA()
-
getDevB
public ConnectionCloseDevB getDevB()
-
initiate
public void initiate(java.lang.Integer maxTime, ConnectionCloseReasonType reason)
-
processMsg
public void processMsg(byte[] message)
-
-