Uses of Interface
jade.mtp.InChannel.Dispatcher
-
Packages that use InChannel.Dispatcher Package Description jade.mtp jade.mtp.http jade.mtp.iiop -
-
Uses of InChannel.Dispatcher in jade.mtp
Methods in jade.mtp with parameters of type InChannel.Dispatcher Modifier and Type Method Description TransportAddressInChannel. activate(InChannel.Dispatcher disp, Profile p)Activates an MTP handler for incoming messages on a default address.voidInChannel. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Activates an MTP handler for incoming messages on a specific address. -
Uses of InChannel.Dispatcher in jade.mtp.http
Methods in jade.mtp.http with parameters of type InChannel.Dispatcher Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp)Old method, only for compliance with former versions (prior 3.0)TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)Actual method to activate the HTTP MTP.Constructors in jade.mtp.http with parameters of type InChannel.Dispatcher Constructor Description HTTPServer(String interfaceAddress, int p, InChannel.Dispatcher d, int m, String s, int t, boolean changePortIfBusy)Constructor: Store the informationServerThread(HTTPServer f, Socket s, InChannel.Dispatcher d)Constructor: Store client port -
Uses of InChannel.Dispatcher in jade.mtp.iiop
Methods in jade.mtp.iiop with parameters of type InChannel.Dispatcher Modifier and Type Method Description TransportAddressMessageTransportProtocol. activate(InChannel.Dispatcher disp, Profile p)voidMessageTransportProtocol. activate(InChannel.Dispatcher disp, TransportAddress ta, Profile p)
-