protonj2/src/main/java/org/apache/qpid/protonj2/engine/impl/ProtonEngine.java (4 lines): - line 243: // TODO - As an additional feature of this method we could allow for calling before connection is - line 510: // TODO - Pick reasonable values - line 535: // TODO - Some computation to work out a reasonable delay that still compensates for - line 545: // TODO - If no local timeout but remote hasn't opened we might return zero and not protonj2/src/main/java/org/apache/qpid/protonj2/engine/impl/ProtonTransactionManager.java (2 lines): - line 176: // TODO: We should be closing the link if the remote did not report that it supports the - line 407: // TODO: If the remote did not indicate it supports reject we should really close the link. protonj2/src/main/java/org/apache/qpid/protonj2/engine/impl/ProtonLinkCreditState.java (2 lines): - line 114: // TODO: change credit to a long, or ensure increments/decrements above work fully if it has wrapped. - line 119: // TODO: change deliveryCount to a long, or fix uses to account for it being a wrapping int protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientDeliveryState.java (2 lines): - line 111: return new Rejected(); // TODO - How do we aggregate the different values into one DeliveryState Object - line 113: return new Modified(); // TODO - How do we aggregate the different values into one DeliveryState Object protonj2-client/src/main/java/org/apache/qpid/protonj2/client/transport/netty4/SslSupport.java (1 line): - line 223: // TODO - There is oddly no way in Netty right now to get the set of supported protocols protonj2/src/main/java/org/apache/qpid/protonj2/engine/sasl/client/AbstractScramSHAMechanism.java (1 line): - line 235: // TODO - a real implementation of SaslPrep [rfc4013] protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientTransportListener.java (1 line): - line 61: // TODO - How do we handle case of not all data read ? protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Attach.java (1 line): - line 56: // TODO - Consider using the matching signed types instead of next largest protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Flow.java (1 line): - line 47: // TODO - Consider using the matching signed types instead of next largest protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Detach.java (1 line): - line 36: // TODO - Consider using the matching signed types instead of next largest protonj2/src/main/java/org/apache/qpid/protonj2/engine/impl/ProtonFrameEncodingHandler.java (1 line): - line 162: // TODO: protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientStreamReceiverMessage.java (1 line): - line 732: // TODO: At the moment there is no automatic rejection or release etc protonj2-client/src/main/java/org/apache/qpid/protonj2/client/futures/ClientFuture.java (1 line): - line 165: * TODO - Provide hook to run on the event loop to do whatever it means to cancel this task and protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Transfer.java (1 line): - line 46: // TODO - Consider using the matching signed types instead of next largest protonj2-client/src/main/java/org/apache/qpid/protonj2/client/impl/ClientStreamDelivery.java (1 line): - line 372: // TODO: Implement efficient read and forward without intermediate copies protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Open.java (1 line): - line 49: // TODO - Consider using the matching signed types instead of next largest protonj2/src/main/java/org/apache/qpid/protonj2/types/transport/Begin.java (1 line): - line 47: // TODO - Consider using the matching signed types instead of next largest