Package jade.imtp.leap.JICP
Class BIFESDispatcher
- java.lang.Object
-
- jade.imtp.leap.JICP.BIFEDispatcher
-
- jade.imtp.leap.JICP.BIFESDispatcher
-
- All Implemented Interfaces:
FEConnectionManager,TimerListener,Dispatcher,Runnable
public class BIFESDispatcher extends BIFEDispatcher
class for setting up a secure BIFEDispatcher- Author:
- eduard
-
-
Field Summary
-
Fields inherited from class jade.imtp.leap.JICP.BIFEDispatcher
INP, mediatorTA, myInputManager, myMediatorClass, OUT, outConnection, refreshingInput, refreshingOutput
-
-
Constructor Summary
Constructors Constructor Description BIFESDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JICPConnectiongetConnection(TransportAddress ta)subclasses may overwrite this to provide their version of a JICPConnection-
Methods inherited from class jade.imtp.leap.JICP.BIFEDispatcher
dispatch, dispatchWhileDropped, doTimeOut, getBackEnd, handleInpReconnection, handleOutReconnection, prepareDropDownRequest, refreshInp, refreshOut, run, sendKeepAlive, shutdown, writePacket
-
-
-
-
Method Detail
-
getConnection
protected JICPConnection getConnection(TransportAddress ta) throws IOException
Description copied from class:BIFEDispatchersubclasses may overwrite this to provide their version of a JICPConnection- Overrides:
getConnectionin classBIFEDispatcher- Parameters:
ta-- Returns:
- a
JICPSConnection - Throws:
IOException
-
-