View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window unifycom-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.unifycom.event.codec
├─ io.unifycom.event.codec.MessageToEventDecoder.class - [JAR]
├─ io.unifycom.event.codec.ResultToMessageEncoder.class - [JAR]
io.unifycom.event.handler
├─ io.unifycom.event.handler.AbstractChannelEventHandler.class - [JAR]
├─ io.unifycom.event.handler.ChannelEventHandler.class - [JAR]
io.unifycom.util
├─ io.unifycom.util.ReflectionUtils.class - [JAR]
io.unifycom.codec
├─ io.unifycom.codec.AbstractChannelDecoder.class - [JAR]
├─ io.unifycom.codec.ChannelDecoder.class - [JAR]
├─ io.unifycom.codec.ChannelEncoder.class - [JAR]
io.unifycom.interceptor
├─ io.unifycom.interceptor.ChannelEventHandlerInterceptor.class - [JAR]
├─ io.unifycom.interceptor.InterceptedResult.class - [JAR]
io.unifycom.event
├─ io.unifycom.event.AbstractConnectedEvent.class - [JAR]
├─ io.unifycom.event.ChannelEvent.class - [JAR]
├─ io.unifycom.event.ConnectedEvent.class - [JAR]
├─ io.unifycom.event.DisconnectedEvent.class - [JAR]
├─ io.unifycom.event.EnvelopeEvent.class - [JAR]
├─ io.unifycom.event.Idle.class - [JAR]
├─ io.unifycom.event.IdleEvent.class - [JAR]
io.unifycom.annotation
├─ io.unifycom.annotation.MessageToEvent.class - [JAR]
├─ io.unifycom.annotation.ResultToMessage.class - [JAR]
io.unifycom.dispatch
├─ io.unifycom.dispatch.AbstractQueuableChannelDispatcher.class - [JAR]
├─ io.unifycom.dispatch.BlockingQueue.class - [JAR]
├─ io.unifycom.dispatch.ChannelDispatcher.class - [JAR]
├─ io.unifycom.dispatch.DefaultChannelDispatcher.class - [JAR]
├─ io.unifycom.dispatch.Queue.class - [JAR]
├─ io.unifycom.dispatch.RingQueue.class - [JAR]
io.unifycom
├─ io.unifycom.AbstractChannel.class - [JAR]
├─ io.unifycom.AbstractChannelConfig.class - [JAR]
├─ io.unifycom.AbstractChannelGroup.class - [JAR]
├─ io.unifycom.AbstractServerChannel.class - [JAR]
├─ io.unifycom.Channel.class - [JAR]
├─ io.unifycom.ChannelConfig.class - [JAR]
├─ io.unifycom.Envelope.class - [JAR]
├─ io.unifycom.Ping.class - [JAR]
├─ io.unifycom.Pong.class - [JAR]
io.unifycom.event.result
├─ io.unifycom.event.result.AbstractChannelEventResult.class - [JAR]
├─ io.unifycom.event.result.ChannelEventResult.class - [JAR]
├─ io.unifycom.event.result.NoReplyEventResult.class - [JAR]
├─ io.unifycom.event.result.SimpleEventResult.class - [JAR]
io.unifycom.event.exception
├─ io.unifycom.event.exception.UnsupportedEventException.class - [JAR]