Package jade.imtp.leap.JICP
Class FrontEndSDispatcher
- java.lang.Object
-
- jade.imtp.leap.JICP.FrontEndDispatcher
-
- jade.imtp.leap.JICP.FrontEndSDispatcher
-
- All Implemented Interfaces:
FEConnectionManager,TimerListener,Dispatcher,Runnable
public class FrontEndSDispatcher extends FrontEndDispatcher
class for setting up a secure FrontEndDispatcher- Author:
- eduard
-
-
Field Summary
-
Fields inherited from class jade.imtp.leap.JICP.FrontEndDispatcher
bindHost, bindPort, connectionTimeout, myMediatorClass, refreshingConnection
-
-
Constructor Summary
Constructors Constructor Description FrontEndSDispatcher()
-
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.FrontEndDispatcher
dispatch, doTimeOut, getBackEnd, handleReconnection, prepareDropDownRequest, run, shutdown, undrop
-
-
-
-
Method Detail
-
getConnection
protected JICPConnection getConnection(TransportAddress ta) throws IOException
Description copied from class:FrontEndDispatchersubclasses may overwrite this to provide their version of a JICPConnection- Overrides:
getConnectionin classFrontEndDispatcher- Parameters:
ta-- Returns:
- a
secure JICPConnection - Throws:
IOException
-
-