Searched refs:PROTOCOL_VERSION_2 (Results 1 – 3 of 3) sorted by relevance
133 public static final int PROTOCOL_VERSION_2 = 2; field
263 this.protocolVersion = PROTOCOL_VERSION_2; in ObjectOutputStream()599 && version != ObjectStreamConstants.PROTOCOL_VERSION_2) { in useProtocolVersion()
1208 oos.useProtocolVersion(ObjectOutputStream.PROTOCOL_VERSION_2); in test_useProtocolVersionI_2()