File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
core/src/main/java/io/grpc/internal
netty/src/main/java/io/grpc/netty Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package io .grpc .netty ;
17+ package io .grpc .internal ;
1818
1919import java .security .Principal ;
2020import java .security .cert .Certificate ;
2525/** A no-op ssl session, to facilitate overriding only the required methods in specific
2626 * implementations.
2727 */
28- class NoopSslSession implements SSLSession {
28+ public class NoopSslSession implements SSLSession {
2929 @ Override
3030 public byte [] getId () {
3131 return new byte [0 ];
Original file line number Diff line number Diff line change 4444import io .grpc .internal .CertificateUtils ;
4545import io .grpc .internal .GrpcAttributes ;
4646import io .grpc .internal .GrpcUtil ;
47+ import io .grpc .internal .NoopSslSession ;
4748import io .grpc .internal .ObjectPool ;
4849import io .netty .channel .ChannelDuplexHandler ;
4950import io .netty .channel .ChannelFutureListener ;
You can’t perform that action at this time.
0 commit comments