summaryrefslogtreecommitdiff
path: root/java/common/src/main/java/org/apache/qpid/transport/ServerDelegate.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-4429 : [Java] Implement max frame size negotiation checks in 0-x protocolsRobert Godfrey2014-08-091-11/+14
* QPID-4419: ensure the broker kills the 0-10 connection immediately for explic...Robert Gemmell2012-11-041-2/+3
* QPID-4042 : [Java Broker] Add SSL Client Auth supportRobert Godfrey2012-06-061-2/+2
* QPID-3857: remove the protected Impl method now that we dont need the Session...Robert Gemmell2012-02-201-7/+0
* QPID-3857: Fix racing conditions on registering session in connection and sen...Robert Gemmell2012-02-201-0/+1
* QPID-3814: ensure the 0-10 client sends its version number during ConnectionS...Robert Gemmell2012-02-051-3/+0
* NO-JIRA : [Java] Tidy up import statements across the codebase, remove unused...Robert Godfrey2012-01-271-7/+6
* QPID-3428: update to stop duplicate 0-10 session registrations into the manag...Robert Gemmell2011-10-301-0/+7
* QPID-3385: assign IDs from a generator within the MultiVersionProtocolEngineF...Robert Gemmell2011-08-081-15/+7
* QPID-3310 - Principal/Subject refactoring.Robert Gemmell2011-07-131-16/+31
* QPID-3029: Set channel and heatbeat max to correct valuesAndrew Donald Kennedy2011-02-181-5/+2
* QPID-3029: actually set and negotiate the supported max num channels per conn...Robert Gemmell2011-02-041-11/+38
* QPID-2835 Implement CON Operational Logging on 0-10Andrew Donald Kennedy2010-10-031-0/+3
* QPID-2872: make the broker indicate a heartbeat max of 0sec to cause the clie...Robert Gemmell2010-09-261-1/+6
* QPID-2675: Remove obsolete QpidExceptionAndrew Donald Kennedy2010-07-261-2/+0
* QPID-2657: Make Exceptions propagate to client for 0-10Andrew Donald Kennedy2010-07-221-16/+6
* Merged from java-broker-0-10 branchRobert Godfrey2009-10-251-5/+36
* Missed the modifications to FailoverRoundRobinServers.java during the commit ...Rajith Muditha Attapattu2009-02-091-2/+0
* Candidate fix for QPID-1389. Make sure we don't send commands unless the sess...Rafael H. Schloming2008-10-231-0/+1
* QPID-1339: support for low level session resumeRafael H. Schloming2008-10-231-1/+1
* QPID-1339:Rafael H. Schloming2008-10-131-18/+26
* QPID-1339: refactor of low level client API to permit connections to exist in...Rafael H. Schloming2008-10-091-0/+145