All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ildfly-clustering-marshalling-api.34.0.1.Final.source-code.java.net.proto Maven / Gradle / Ivy

Go to download

Public module containing interfaces to be implemented by applications and internal modules to optimize marshalling behavior for both distributable @Stateful Jakarta Enterprise Beans and HTTP sessions. The API is independent of the backing marshalling framework.

There is a newer version: 35.0.0.Final
Show newest version
package java.net;

// IDs: 110 - 119

/**
 * @TypeId(110)
 */
message InetAddress {
	optional	string	host	= 1;
	optional	bytes	address	= 2;
}

/**
 * @TypeId(111)
 */
message InetSocketAddress {
	optional	string	resolvedHost	= 1;
	optional	bytes	address	= 2;
	optional	string	unresolvedHost	= 3;
	optional	uint32	port	= 4;
}

/**
 * @TypeId(112)
 */
message URI {
	required	string	uri	= 1;
}

/**
 * @TypeId(113)
 */
message URL {
	required	string	url	= 1;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy