Uses of Class
org.astrogrid.samp.test.MessageSender
-
Packages that use MessageSender Package Description org.astrogrid.samp.test Classes for testing. -
-
Uses of MessageSender in org.astrogrid.samp.test
Subclasses of MessageSender in org.astrogrid.samp.test Modifier and Type Class Description private static class
MessageSender.AsynchSender
MessageSender implementation which uses the Asynchronous Call/Response pattern.private static class
MessageSender.NotifySender
MessageSender implementation which uses the Notify pattern.private static class
MessageSender.SynchSender
MessageSender implementation which uses the Synchronous Call/Response pattern.
-