|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportSupport
org.apache.activemq.transport.TransportThreadSupport
org.apache.activemq.transport.tcp.TcpTransport
org.apache.activemq.transport.nio.NIOTransport
org.apache.activemq.transport.nio.NIOSSLTransport
org.apache.activemq.transport.stomp.StompNIOSSLTransport
public class StompNIOSSLTransport
Field Summary |
---|
Fields inherited from class org.apache.activemq.transport.nio.NIOSSLTransport |
---|
enabledCipherSuites, handshakeInProgress, handshakeStatus, needClientAuth, sslContext, sslEngine, sslSession, status, wantClientAuth |
Fields inherited from class org.apache.activemq.transport.nio.NIOTransport |
---|
channel, currentBuffer, inputBuffer, nextFrameSize, selection |
Fields inherited from class org.apache.activemq.transport.tcp.TcpTransport |
---|
buffOut, closeAsync, connectionTimeout, dataIn, dataOut, diffServChosen, dynamicManagement, ioBufferSize, jmxPort, localLocation, logWriterName, minmumWireFormatVersion, remoteLocation, socket, socketBufferSize, socketFactory, soTimeout, startLogging, stoppedLatch, trace, trafficClass, typeOfServiceChosen, useLocalHost, wireFormat |
Constructor Summary | |
---|---|
StompNIOSSLTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
StompNIOSSLTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
Method Summary | |
---|---|
protected void |
initializeStreams()
|
protected void |
processCommand(java.nio.ByteBuffer plain)
|
Methods inherited from class org.apache.activemq.transport.nio.NIOSSLTransport |
---|
doHandshake, doStop, finishHandshake, getEnabledCipherSuites, isNeedClientAuth, isWantClientAuth, secureRead, serviceRead, setEnabledCipherSuites, setNeedClientAuth, setSslContext, setWantClientAuth |
Methods inherited from class org.apache.activemq.transport.nio.NIOTransport |
---|
doStart |
Methods inherited from class org.apache.activemq.transport.TransportThreadSupport |
---|
getStackSize, isDaemon, setDaemon, setStackSize |
Methods inherited from class org.apache.activemq.transport.TransportSupport |
---|
asyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, onException, reconnect, request, request, setTransportListener, updateURIs |
Methods inherited from class org.apache.activemq.util.ServiceSupport |
---|
addServiceListener, dispose, isStarted, isStopped, isStopping, removeServiceListener, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.activemq.transport.Transport |
---|
asyncRequest, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, reconnect, request, request, setTransportListener, updateURIs |
Methods inherited from interface org.apache.activemq.Service |
---|
start |
Constructor Detail |
---|
public StompNIOSSLTransport(WireFormat wireFormat, javax.net.SocketFactory socketFactory, java.net.URI remoteLocation, java.net.URI localLocation) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public StompNIOSSLTransport(WireFormat wireFormat, java.net.Socket socket) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void initializeStreams() throws java.io.IOException
initializeStreams
in class NIOSSLTransport
java.io.IOException
protected void processCommand(java.nio.ByteBuffer plain) throws java.lang.Exception
processCommand
in class NIOSSLTransport
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |